Skip to content

Commit

Permalink
Updates namada dep to v44
Browse files Browse the repository at this point in the history
  • Loading branch information
grarco committed Sep 26, 2024
1 parent c625ca3 commit 87a6079
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 57 deletions.
122 changes: 68 additions & 54 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ diesel_migrations = { version = "2.2.0", default-features = false, features = [
futures = "0.3.30"
itertools = "0.13.0"
lazy_static = "1.4.0"
namada_core = { git = "https://github.com/anoma/namada", rev = "297ee2638dcebe3566286a504249bc66ad8a5e94" }
namada_sdk = { git = "https://github.com/anoma/namada", rev = "297ee2638dcebe3566286a504249bc66ad8a5e94" }
namada_tx = { git = "https://github.com/anoma/namada", rev = "297ee2638dcebe3566286a504249bc66ad8a5e94" }
namada_core = { git = "https://github.com/anoma/namada", tag = "v0.44.0" }
namada_sdk = { git = "https://github.com/anoma/namada", tag = "v0.44.0" }
namada_tx = { git = "https://github.com/anoma/namada", tag = "v0.44.0" }
orm = { path = "orm" }
serde = { version = "1.0.138", features = [ "derive" ] }
serde_json = "1.0"
Expand Down

0 comments on commit 87a6079

Please sign in to comment.