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 2c0b7e9 commit ca4ec80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ledger-tool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ tokio = { version = "1.14.1", features = ["full"] }
evm-state = { path = "../evm-utils/evm-state" }
evm-rpc = { path = "../evm-utils/evm-rpc" }
solana-evm-loader-program = { path = "../evm-utils/programs/evm_loader" }
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"] }
rlp = "0.5.0"
anyhow = "1.0.43"
rayon = "1.5.0"
Expand Down

0 comments on commit ca4ec80

Please sign in to comment.