Skip to content

Commit

Permalink
chore: update axiom-eth git (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpwang authored Aug 23, 2024
1 parent 45ddc3e commit 553cb1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions circuit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ license.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
axiom-codec = { git = "ssh://git@github.com/axiom-crypto/axiom-eth-working.git", branch = "develop" }
axiom-query = { git = "ssh://git@github.com/axiom-crypto/axiom-eth-working.git", branch = "develop" }
axiom-components = { git = "ssh://git@github.com/axiom-crypto/axiom-eth-working.git", branch = "develop" }
axiom-codec = { git = "https://github.com/axiom-crypto/axiom-eth.git", branch = "develop" }
axiom-query = { git = "https://github.com/axiom-crypto/axiom-eth.git", branch = "develop" }
axiom-components = { git = "https://github.com/axiom-crypto/axiom-eth.git", branch = "develop" }
ethers = { version = "2.0", features = ["optimism"] }
anyhow = "1.0.75"
tokio = "1.34.0"
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nightly-2023-08-12
nightly-2024-06-30

0 comments on commit 553cb1f

Please sign in to comment.