Skip to content

Commit

Permalink
Merge pull request #2 from securesecrets/schema-dep-update
Browse files Browse the repository at this point in the history
Schema deps update
  • Loading branch information
FloppyDisck authored Jan 17, 2022
2 parents 30af5d8 + 29f4488 commit c0e6dcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2018"
[dependencies]
cosmwasm-std = { version = "0.10", package = "secret-cosmwasm-std" }
cosmwasm-storage = { version = "0.10", package = "secret-cosmwasm-storage" }
cosmwasm-schema = { git = "https://github.com/scrtlabs/SecretNetwork", tag = "v1.0.4-debug-print" }
cosmwasm-schema = "0.10.1"
secret-toolkit = { version = "0.2", features = ["crypto"] }
serde = { version = "1.0.103", default-features = false, features = ["derive"] }
snafu = { version = "0.6.3" }
Expand Down

0 comments on commit c0e6dcc

Please sign in to comment.