Skip to content

Commit

Permalink
Merge pull request #33 from anoma/bump-0.46.0
Browse files Browse the repository at this point in the history
bump 0.46.0
  • Loading branch information
Fraccaman authored Nov 25, 2024
2 parents 4092ed5 + 7a2c636 commit b70fe8c
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 61 deletions.
116 changes: 58 additions & 58 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 @@ -23,9 +23,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", 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" }
namada_core = { git = "https://github.com/anoma/namada", tag = "v0.46.0" }
namada_sdk = { git = "https://github.com/anoma/namada", tag = "v0.46.0" }
namada_tx = { git = "https://github.com/anoma/namada", tag = "v0.46.0" }
orm = { path = "orm" }
serde = { version = "1.0.138", features = [ "derive" ] }
serde_json = "1.0"
Expand Down

0 comments on commit b70fe8c

Please sign in to comment.