Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaeltarimo authored Jan 15, 2024
1 parent ca4ec80 commit 57b5a28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions evm-utils/evm-state/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ authors = ["Vladimir Motylenko <[email protected]>"]
edition = "2018"

[dependencies]
evm = { git = "https://github.com/ChuiNetwork/evm", tag = "v0.35-with-traces", features = ["with-serde"] }
evm = { git = "https://github.com/velas/evm", tag = "v0.35-with-traces", features = ["with-serde"] }
secp256k1 = { version = "0.19.0", features = ["recovery", "global-context"] }
# force rand version, because 0.6.5 break compatibility with secp256k1
rand2 = { version = "=0.6.1", package = "rand" }
rocksdb = { package = "rocksdb", version = "0.20.1", default-features = false }

# rocksdb = { version = "0.16.0", default-features = false }
triedb = { git = "https://github.com/ChuiNetwork/triedb", tag = "rocksdb-v0.20.1-orth", features = ["rocksdb"] }
triedb = { git = "https://github.com/velas/triedb", tag = "rocksdb-v0.20.1-orth", features = ["rocksdb"] }
# triedb = { path = "../../../triedb", features = ["rocksdb"] }

primitive-types = { version = "0.11.0", features = ["borsh"] }
Expand Down

0 comments on commit 57b5a28

Please sign in to comment.