Skip to content

Commit 032b957

Browse files
committed
[dev-deps] Change zerovec dev-deps
1 parent a55a78a commit 032b957

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

utils/potential_utf/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ alloc = ["serde?/alloc"]
3030
databake = ["dep:databake"]
3131
serde = ["dep:serde"]
3232
writeable = ["dep:writeable", "alloc"]
33-
zerovec = ["dep:zerovec", "alloc"]
33+
zerovec = ["dep:zerovec", "alloc"]

utils/zerovec/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ rand_pcg = { workspace = true }
4545
rmp-serde = { workspace = true }
4646
serde = { workspace = true, features = ["derive"] }
4747
serde_json = { workspace = true }
48-
potential_utf = { workspace = true, features = ["zerovec"] }
48+
potential_utf = { path = "../../utils/potential_utf", features = ["zerovec"] }
4949
yoke = { workspace = true, features = ["derive"] }
5050
zerofrom = { path = "../../utils/zerofrom", features = ["derive"] }
5151

0 commit comments

Comments
 (0)