Skip to content

Commit

Permalink
[dev-deps] Change zerovec dev-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sffc committed Nov 23, 2024
1 parent a55a78a commit 032b957
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion utils/potential_utf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ alloc = ["serde?/alloc"]
databake = ["dep:databake"]
serde = ["dep:serde"]
writeable = ["dep:writeable", "alloc"]
zerovec = ["dep:zerovec", "alloc"]
zerovec = ["dep:zerovec", "alloc"]
2 changes: 1 addition & 1 deletion utils/zerovec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ rand_pcg = { workspace = true }
rmp-serde = { workspace = true }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
potential_utf = { workspace = true, features = ["zerovec"] }
potential_utf = { path = "../../utils/potential_utf", features = ["zerovec"] }
yoke = { workspace = true, features = ["derive"] }
zerofrom = { path = "../../utils/zerofrom", features = ["derive"] }

Expand Down

0 comments on commit 032b957

Please sign in to comment.