Skip to content

Commit

Permalink
fix Rust dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
larry0x committed Oct 25, 2023
1 parent 2cae93f commit 164cc34
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ serde = {version = "1.0", optional = true, default-features = false}
informalsystems-pbjson = { version = "0.6.0", optional = true, default-features = false }

[dev-dependencies]
blake2 = {version = "0.10.6"}
blake3 = {version = "1.5.0"}
ripemd = {version = "0.1.1"}
serde = {version = "1.0", features = ["derive"]}
serde_json = {version = "1.0.64"}
Expand Down

0 comments on commit 164cc34

Please sign in to comment.