From 659861d6c895fa9c56626bc2b45277671d005474 Mon Sep 17 00:00:00 2001 From: Adam A Date: Thu, 13 Jun 2024 09:50:05 +0300 Subject: [PATCH] chore(namada): bump rust dep to 0.39 --- packages/namada/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/namada/Cargo.toml b/packages/namada/Cargo.toml index c923eae4fe..59620f06d0 100644 --- a/packages/namada/Cargo.toml +++ b/packages/namada/Cargo.toml @@ -12,7 +12,7 @@ hex = "0.4.3" js-sys = "0.3.64" masp_primitives = { git = "https://github.com/anoma/masp", tag = "v1.1.0" } masp_proofs = { git = "https://github.com/anoma/masp", tag = "v1.1.0", default-features = false, features = ["local-prover"] } -namada = { git = "https://github.com/anoma/namada", version = "0.38.1", default-features = false, features = ["namada-sdk"] } +namada = { git = "https://github.com/anoma/namada", version = "0.39.0", default-features = false, features = ["namada-sdk"] } tendermint = "0.34.0" #tendermint-config = "0.34.0" #tendermint-proto = "0.34.0"