Skip to content

Commit

Permalink
fix(cargo): moved sha3 to misc
Browse files Browse the repository at this point in the history
  • Loading branch information
Trantorian1 committed Jan 24, 2025
1 parent f7ae121 commit 81ad1f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ bincode = "1.3"

# Numbers
base64 = "0.22"
sha3 = "0.10"
bigdecimal = "0.4.5"
num-traits = "0.2"
num-bigint = "0.4"
Expand Down Expand Up @@ -265,6 +264,7 @@ dotenv = "0.15.0"
# Misc
flate2 = "1.0"
regex = "1.10.5"
sha3 = "0.10"

[patch.crates-io]
rocksdb = { git = "https://github.com/madara-alliance/rust-rocksdb", branch = "read-options-set-raw-snapshot" }
Expand Down

0 comments on commit 81ad1f2

Please sign in to comment.