Skip to content

Commit

Permalink
Merge pull request anoma#27 from anoma/brent/upgrade-to-0.46.1
Browse files Browse the repository at this point in the history
Update namada to v0.46.1
  • Loading branch information
brentstone authored Dec 11, 2024
2 parents 1af2a02 + f9ce1ed commit c636467
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 51 deletions.
96 changes: 48 additions & 48 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 @@ -22,9 +22,9 @@ license = "GPL-3.0"
version = "0.1.0"

[workspace.dependencies]
namada_tx_prelude = { git = "https://github.com/anoma/namada", tag = "v0.45.1" }
namada_proof_of_stake = { git = "https://github.com/anoma/namada", tag = "v0.45.1" }
namada_ibc = { git = "https://github.com/anoma/namada", tag = "v0.45.1" }
namada_tx_prelude = { git = "https://github.com/anoma/namada", tag = "v0.46.1" }
namada_proof_of_stake = { git = "https://github.com/anoma/namada", tag = "v0.46.1" }
namada_ibc = { git = "https://github.com/anoma/namada", tag = "v0.46.1" }
rlsf = "0.2.1"
getrandom = { version = "0.2", features = ["custom"] }
lazy_static = "1.4.0"
Expand Down

0 comments on commit c636467

Please sign in to comment.