Skip to content

Commit

Permalink
chore: bump namada to 0.42.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszjasiuk committed Aug 19, 2024
1 parent 7d1b7fc commit 7d6b13e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ axum-extra = { version = "0.9.3", features = ["query"] }
chrono = { version = "0.4.30", features = ["serde"] }
async-trait = "0.1.73"
anyhow = "1.0.75"
namada_core = { git = "https://github.com/anoma/namada", tag = "v0.41.0" }
namada_sdk = { git = "https://github.com/anoma/namada", tag = "v0.41.0", default-features = false, features = ["tendermint-rpc", "std", "async-send", "download-params", "rand"] }
namada_tx = { git = "https://github.com/anoma/namada", tag = "v0.41.0" }
namada_governance = { git = "https://github.com/anoma/namada", tag = "v0.41.0" }
namada_ibc = { git = "https://github.com/anoma/namada", tag = "v0.41.0" }
namada_token = { git = "https://github.com/anoma/namada", tag = "v0.41.0" }
namada_parameters = { git = "https://github.com/anoma/namada", tag = "v0.41.0" }
namada_proof_of_stake = { git = "https://github.com/anoma/namada", tag = "v0.41.0" }
namada_core = { git = "https://github.com/anoma/namada", tag = "v0.42.0" }
namada_sdk = { git = "https://github.com/anoma/namada", tag = "v0.42.0", default-features = false, features = ["std", "async-send", "download-params"] }
namada_tx = { git = "https://github.com/anoma/namada", tag = "v0.42.0" }
namada_governance = { git = "https://github.com/anoma/namada", tag = "v0.42.0" }
namada_ibc = { git = "https://github.com/anoma/namada", tag = "v0.42.0" }
namada_token = { git = "https://github.com/anoma/namada", tag = "v0.42.0" }
namada_parameters = { git = "https://github.com/anoma/namada", tag = "v0.42.0" }
namada_proof_of_stake = { git = "https://github.com/anoma/namada", tag = "v0.42.0" }
tendermint = "0.37.0"
tendermint-config = "0.37.0"
tendermint-rpc = { version = "0.37.0", features = ["http-client"] }
Expand Down Expand Up @@ -84,4 +84,4 @@ fake = { version = "2.9.2", features = ["derive"] }
rand = "0.8.5"
bigdecimal = "0.4.5"
strum = "0.26.3"
strum_macros = "0.26.3"
strum_macros = "0.26.3"

0 comments on commit 7d6b13e

Please sign in to comment.