Skip to content

Commit 8bd5853

Browse files
committed
update secret-cosmwasm-std, secret-cosmwasm-storage, secret-toolit version #
1 parent c7cfd47 commit 8bd5853

File tree

3 files changed

+127
-114
lines changed

3 files changed

+127
-114
lines changed

Cargo.lock

+115-100
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+6-10
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,13 @@ backtraces = ["cosmwasm-std/backtraces"]
3232

3333
# debug-print = ["cosmwasm-std/debug-print"]
3434
[dependencies]
35-
cosmwasm-std = { git = "https://github.com/scrtlabs/cosmwasm/", default-features = false, tag = "v1.1.9-secret" }
36-
cosmwasm-storage = { git = "https://github.com/scrtlabs/cosmwasm/", tag = "v1.1.9-secret" }
35+
cosmwasm-std = { package = "secret-cosmwasm-std", version = "1.1.11" }
36+
cosmwasm-storage = { package = "secret-cosmwasm-storage", version = "1.1.11" }
3737
rand = { version = "0.8.5", default-features = false }
38-
secret-toolkit = { git = "https://github.com/scrtlabs/secret-toolkit", features = [
39-
"permit",
40-
"viewing-key",
41-
], rev = "9b74bdac71c2fedcc12246f18cdfdd94b8991282" }
42-
secret-toolkit-crypto = { git = "https://github.com/scrtlabs/secret-toolkit", features = [
43-
"rand",
44-
"hash",
45-
], rev = "9b74bdac71c2fedcc12246f18cdfdd94b8991282" }
38+
secret-toolkit = { version = "0.10.0", default-features = false, features = ["crypto", "permit", "storage", "viewing-key"] }
39+
secret-toolkit-crypto = { version = "0.10.0", features = ["rand", "hash"] }
40+
#secret-toolkit-storage = "0.10.0"
41+
4642

4743
schemars = "0.8.12"
4844
serde = { version = "1.0.158", default-features = false, features = ["derive"] }

0 commit comments

Comments
 (0)