Skip to content

Commit

Permalink
update to secret-cosmwasm-std v1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
luca992 committed Jun 12, 2023
1 parent e1ce838 commit c7ccb75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ overflow-checks = true
#backtraces = ["cosmwasm-std/backtraces"]

[dependencies]
serde = { version = "1.0.163", default-features = false, features = ["derive"] }
serde = { version = "1.0.164", default-features = false, features = ["derive"] }
serde_repr = "0.1.12"
schemars = "0.8.12"
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.2", default-features = false, features = ["storage", "permit", "serialization"] }
cosmwasm-std = { package = "secret-cosmwasm-std", version = "1.0.10" }
secret-toolkit = { version = "0.9.0", default-features = false, features = ["storage", "permit", "serialization"] }
strum = { version = "0.24.1", features = ["derive"] }

0 comments on commit c7ccb75

Please sign in to comment.