Skip to content

Commit

Permalink
Merge pull request #6 from namehash/fix/deps
Browse files Browse the repository at this point in the history
fix: axiom rust dependencies
  • Loading branch information
yi-sun authored Apr 25, 2024
2 parents 7847720 + 0af07b5 commit 7cee652
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions circuit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ edition = "2021"

[dependencies]
anyhow = "1.0.79"
axiom-circuit = { path="../../axiom-rust-sdk/circuit" }
axiom-sdk = { path="../../axiom-rust-sdk/sdk" }
axiom-circuit = { git = "https://github.com/axiom-crypto/axiom-sdk-rs.git", branch = "staging" }
axiom-sdk = { git = "https://github.com/axiom-crypto/axiom-sdk-rs.git", branch = "staging" }
env_logger = "0.11.2"
serde = { version = "1.0", features = ["derive"] }
lazy_static = "1.4.0"
Expand Down

0 comments on commit 7cee652

Please sign in to comment.