Fix Windows MSVC linking issues (#7511)

This commit is contained in:
jh-block
2026-02-25 23:59:32 +01:00
committed by GitHub
parent a010327925
commit fc292c73ec
6 changed files with 54 additions and 28 deletions
+4
View File
@@ -68,3 +68,7 @@ opentelemetry-otlp = "0.31"
opentelemetry-appender-tracing = "0.31"
opentelemetry-stdout = { version = "0.31", features = ["trace", "metrics", "logs"] }
tracing-opentelemetry = "0.32"
[patch.crates-io]
v8 = { path = "vendor/v8" }