Skip to content

Commit

Permalink
Use workspace deps in potential_utf (#5867)
Browse files Browse the repository at this point in the history
  • Loading branch information
sffc authored Nov 23, 2024
1 parent c041712 commit f5d8074
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/potential_utf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ zerovec = { workspace = true, optional = true }
writeable = { workspace = true, optional = true }

[dev-dependencies]
serde_json = "1"
bincode = "1"
serde_json = { workspace = true }
bincode = { workspace = true }

[features]
alloc = ["serde?/alloc"]
Expand Down

0 comments on commit f5d8074

Please sign in to comment.