Skip to content

Commit cda0436

Browse files
chore: Don't use versions in dev deps for workspace crates
1 parent a2ce019 commit cda0436

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

runtime/pavex/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ reqwest = { workspace = true }
9999
itertools = { workspace = true }
100100
secrecy = { workspace = true, features = ["serde"] }
101101
serde_yaml = { workspace = true }
102-
pavex_tracing = { workspace = true }
102+
pavex_tracing = { path = "../pavex_tracing" }
103103
uuid = { workspace = true, features = ["v7", "v4"] }
104104

105-
pavex_macros = { workspace = true, features = [
105+
pavex_macros = { path = "../pavex_macros", features = [
106106
"allow_unreachable_pub",
107107
] }

0 commit comments

Comments
 (0)