Skip to content

Commit eb3e708

Browse files
authored
feat: Account for changes in SDK libs v0.150.1 (#2075)
1 parent d5e3791 commit eb3e708

File tree

5 files changed

+132
-95
lines changed

5 files changed

+132
-95
lines changed

packages/shared/lib/Cargo.lock

Lines changed: 56 additions & 56 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/shared/lib/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ nodejs = []
1818
web = []
1919

2020
[build-dependencies]
21-
namada_tx = { git = "https://github.com/anoma/namada", tag="libs-v0.149.1" }
21+
namada_tx = { git = "https://github.com/anoma/namada", tag="libs-v0.150.1" }
2222

2323
[dependencies]
2424
async-trait = {version = "0.1.51"}
@@ -27,7 +27,7 @@ chrono = "0.4.22"
2727
getrandom = { version = "0.3.0", features = [] }
2828
gloo-utils = { version = "0.1.5", features = ["serde"] }
2929
js-sys = "0.3.60"
30-
namada_sdk = { git = "https://github.com/anoma/namada", tag="libs-v0.149.1", default-features = false }
30+
namada_sdk = { git = "https://github.com/anoma/namada", tag="libs-v0.150.1", default-features = false }
3131
rand = {version = "0.8.5"}
3232
rayon = { version = "1.8", optional = true }
3333
rexie = "0.5"

0 commit comments

Comments
 (0)