Skip to content

Commit

Permalink
chore: pin version
Browse files Browse the repository at this point in the history
  • Loading branch information
yi-sun committed Jun 29, 2024
1 parent bcca0fb commit bfd3096
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 = { git = "https://github.com/axiom-crypto/axiom-sdk-rs.git", branch = "develop" }
axiom-sdk = { git = "https://github.com/axiom-crypto/axiom-sdk-rs.git", branch = "develop" }
axiom-circuit = { git = "https://github.com/axiom-crypto/axiom-sdk-rs.git", rev = "26c75d6" }
axiom-sdk = { git = "https://github.com/axiom-crypto/axiom-sdk-rs.git", rev = "26c75d6" }
env_logger = "0.11.2"
serde = { version = "1.0", features = ["derive"] }
lazy_static = "1.4.0"
Expand Down
2 changes: 1 addition & 1 deletion circuit/src/bin/registration.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use axiom_sdk::cli::run_cli;
use axiom_sdk::cmd::run_cli;
use circuit::registration::ENSRegistrationInput;

fn main() {
Expand Down
2 changes: 1 addition & 1 deletion circuit/src/bin/renewal.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use axiom_sdk::cli::run_cli;
use axiom_sdk::cmd::run_cli;
use circuit::renewal::ENSRenewalInput;

fn main() {
Expand Down

0 comments on commit bfd3096

Please sign in to comment.