Skip to content

Commit 40eb173

Browse files
committed
feat: update to latest SDK libs v0.150.1
1 parent a62d569 commit 40eb173

File tree

10 files changed

+279
-123
lines changed

10 files changed

+279
-123
lines changed

crate/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.

crate/Cargo.toml

Lines changed: 3 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
aes-gcm = "0.10.3"
@@ -30,7 +30,7 @@ chrono = "0.4.22"
3030
getrandom = { version = "0.3.3", features = [] }
3131
gloo-utils = { version = "0.1.5", features = ["serde"] }
3232
js-sys = "0.3.60"
33-
namada_sdk = { git = "https://github.com/anoma/namada", tag="libs-v0.149.1", default-features = false }
33+
namada_sdk = { git = "https://github.com/anoma/namada", tag="libs-v0.150.1", default-features = false }
3434
password-hash = "0.5.0"
3535
rand = {version = "0.8.5"}
3636
rayon = { version = "1.8", optional = true }
@@ -65,6 +65,7 @@ features = [
6565
'RequestMode',
6666
'Response',
6767
'Window',
68+
'WorkerGlobalScope',
6869
]
6970

7071
[dev-dependencies]

0 commit comments

Comments
 (0)