Skip to content

Commit

Permalink
chore: switch axiom-eth deps to develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
rpalakkal committed May 14, 2024
1 parent 0de00b6 commit fee243e
Showing 1 changed file with 3 additions and 3 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://[email protected]/axiom-crypto/axiom-eth-working.git", branch = "feat/groth16" }
axiom-query = { git = "ssh://[email protected]/axiom-crypto/axiom-eth-working.git", branch = "feat/groth16" }
axiom-components = { git = "ssh://[email protected]/axiom-crypto/axiom-eth-working.git", branch = "feat/groth16" }
axiom-codec = { git = "ssh://[email protected]/axiom-crypto/axiom-eth-working.git", branch = "develop" }
axiom-query = { git = "ssh://[email protected]/axiom-crypto/axiom-eth-working.git", branch = "develop" }
axiom-components = { git = "ssh://[email protected]/axiom-crypto/axiom-eth-working.git", branch = "develop" }
ethers = { version = "2.0", features = ["optimism"] }
anyhow = "1.0.75"
tokio = "1.34.0"
Expand Down

0 comments on commit fee243e

Please sign in to comment.