Skip to content

Commit

Permalink
use latest commit on secret-toolkit master w/ keymap/keyset fix
Browse files Browse the repository at this point in the history
  • Loading branch information
luca992 committed May 4, 2023
1 parent 22ca6ca commit 84e87bc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
30 changes: 15 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ backtraces = ["cosmwasm-std/backtraces"]

[dependencies]
cosmwasm-std = { git = "https://github.com/scrtlabs/cosmwasm", tag = "v1.1.9-secret" }
secret-toolkit = { git = "https://github.com/scrtlabs/secret-toolkit", tag = "v0.8.0", default-features = false, features = ["storage", "serialization", "utils", "permit", "viewing-key", "crypto"] }
secret-toolkit = { git = "https://github.com/scrtlabs/secret-toolkit", rev = "0129d78", default-features = false, features = ["storage", "serialization", "utils", "permit", "viewing-key", "crypto"] }
cosmwasm-storage = { git = "https://github.com/scrtlabs/cosmwasm", tag = "v1.1.9-secret" }
schemars = "0.8.12"
serde = { version = "1.0.156", default-features = false, features = ["derive"] }
Expand Down

0 comments on commit 84e87bc

Please sign in to comment.