Skip to content

Commit

Permalink
chore: update ruint version
Browse files Browse the repository at this point in the history
Necessary to import `alloy-primitives` in `axiom-eth`
  • Loading branch information
jonathanpwang committed Mar 14, 2024
1 parent 4b733e0 commit b43c346
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion snark-verifier-sdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snark-verifier-sdk"
version = "0.1.7"
version = "0.1.8"
authors = ["Privacy Scaling Explorations Team", "Intrinsic Technologies"]
license = "MIT"
edition = "2021"
Expand Down
4 changes: 2 additions & 2 deletions snark-verifier/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snark-verifier"
version = "0.1.7"
version = "0.1.8"
authors = ["Privacy Scaling Explorations Team", "Intrinsic Technologies"]
license = "MIT"
edition = "2021"
Expand Down Expand Up @@ -33,7 +33,7 @@ rayon = { version = "1.8", optional = true }

# loader_evm
sha3 = { version = "=0.10", optional = true }
ruint = { version = "=1.10", optional = true }
ruint = { version = "=1.12.1", optional = true }

# revm only used for testing smart contract execution
revm = { version = "=3.5.0", optional = true }
Expand Down

0 comments on commit b43c346

Please sign in to comment.