Skip to content

Commit

Permalink
chore: use crates.io for axiom dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rpalakkal committed Jan 21, 2024
1 parent 6ece66c commit 7210aae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions axiom-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ edition = "2021"
# 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 = "develop" }
axiom-query = { git = "ssh://[email protected]/axiom-crypto/axiom-eth-working.git", branch = "develop" }
axiom-codec = "0.2.0"
axiom-query = "2.0.14"
ethers = "2.0"
anyhow = "1.0.75"
tokio = "1.34.0"
Expand Down

0 comments on commit 7210aae

Please sign in to comment.