Skip to content

Commit 31a3169

Browse files
chore: Add missing version specifier
1 parent 94a6e7d commit 31a3169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/pavexc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ once_cell = { workspace = true }
5959
toml = { workspace = true }
6060
toml_edit = { workspace = true, features = ["serde"] }
6161
semver = { workspace = true }
62-
persist_if_changed = { path = "../persist_if_changed" }
62+
persist_if_changed = { workspace = true }
6363
matchit = { workspace = true }
6464
relative-path = { workspace = true }
6565
camino = { workspace = true }

0 commit comments

Comments
 (0)