Skip to content

Commit

Permalink
Merge pull request #24 from anoma/grarco/update-namada-dep
Browse files Browse the repository at this point in the history
Update namada to v44
  • Loading branch information
Fraccaman authored Sep 26, 2024
2 parents c625ca3 + 87a6079 commit 4267d17
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 4267d17

Please sign in to comment.