We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2ce019 commit cda0436Copy full SHA for cda0436
runtime/pavex/Cargo.toml
@@ -99,9 +99,9 @@ reqwest = { workspace = true }
99
itertools = { workspace = true }
100
secrecy = { workspace = true, features = ["serde"] }
101
serde_yaml = { workspace = true }
102
-pavex_tracing = { workspace = true }
+pavex_tracing = { path = "../pavex_tracing" }
103
uuid = { workspace = true, features = ["v7", "v4"] }
104
105
-pavex_macros = { workspace = true, features = [
+pavex_macros = { path = "../pavex_macros", features = [
106
"allow_unreachable_pub",
107
] }
0 commit comments