Skip to content

Commit

Permalink
fix: Cargo.toml dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
frisitano committed Dec 4, 2024
1 parent b04a441 commit fd062c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions crates/scroll/state-commitment/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ metrics = { workspace = true, optional = true }

# zktrie
poseidon-bn254.workspace = true
zktrie_rust = { path = "/Users/f/dev/scroll/zktrie/rs_zktrie", optional = true }
zktrie = { path = "/Users/f/dev/scroll/zktrie", features = ["rs_zktrie"], optional = true }
zktrie_rust = { git = "https://github.com/scroll-tech/zktrie.git", rev = "309160464c1cd2b87a578ed6d9b6e98205ae4640", optional = true }
zktrie = { git = "https://github.com/scroll-tech/zktrie.git", rev = "309160464c1cd2b87a578ed6d9b6e98205ae4640", features = ["rs_zktrie"], optional = true }

# misc
tracing.workspace = true
Expand All @@ -44,8 +44,8 @@ reth-trie = { workspace = true, features = ["test-utils" ] }
reth-trie-common = { workspace = true, features = ["test-utils", "arbitrary"] }
reth-provider = { workspace = true, features = ["test-utils" ] }
alloy-consensus.workspace = true
zktrie_rust = { path = "/Users/f/dev/scroll/zktrie/rs_zktrie" }
zktrie = { path = "/Users/f/dev/scroll/zktrie", features = ["rs_zktrie"] }
zktrie_rust = { git = "https://github.com/scroll-tech/zktrie.git", rev = "309160464c1cd2b87a578ed6d9b6e98205ae4640" }
zktrie = { git = "https://github.com/scroll-tech/zktrie.git", rev = "309160464c1cd2b87a578ed6d9b6e98205ae4640", features = ["rs_zktrie"] }
proptest.workspace = true
proptest-arbitrary-interop.workspace = true

Expand Down

0 comments on commit fd062c5

Please sign in to comment.