Skip to content

Commit

Permalink
Merge pull request #8 from noislabs/update-cw-dep
Browse files Browse the repository at this point in the history
update-cw-dep
  • Loading branch information
kaisbaccour authored Mar 25, 2023
2 parents e5f0edf + a6eddc6 commit 7d81cef
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 37 deletions.
75 changes: 44 additions & 31 deletions Cargo.lock

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

10 changes: 4 additions & 6 deletions contracts/double-dice-roll/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,10 @@ library = []
[dependencies]
nois = "0.6.0"

cosmwasm-std = "1.0.0"
cw-storage-plus = "0.13.2"
cw2 = "0.13.2"
cosmwasm-std = "1.2.3"
cosmwasm-schema = "1.2.3"
cw-storage-plus = "1.0.0"
cw2 = "1.0.0"
schemars = "0.8.8"
serde = { version = "1.0.137", default-features = false, features = ["derive"] }
thiserror = { version = "1.0.31" }

[dev-dependencies]
cosmwasm-schema = "1.0.0"

0 comments on commit 7d81cef

Please sign in to comment.