Skip to content

Commit

Permalink
Merge pull request #113 from CosmWasm/migrate-to-v0.11.0-alpha4
Browse files Browse the repository at this point in the history
Migrate to v0.11.0
  • Loading branch information
ethanfrey authored Oct 10, 2020
2 parents b575937 + 678aed0 commit e48dec7
Show file tree
Hide file tree
Showing 34 changed files with 1,222 additions and 1,637 deletions.
797 changes: 22 additions & 775 deletions Cargo.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions contracts/cw1-subkeys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ cw0 = { path = "../../packages/cw0", version = "0.2.2" }
cw1 = { path = "../../packages/cw1", version = "0.2.2" }
cw2 = { path = "../../packages/cw2", version = "0.2.2" }
cw1-whitelist = { path = "../cw1-whitelist", version = "0.2.2", features = ["library"] }
cosmwasm-std = { version = "0.11.0-alpha3", features = ["iterator", "staking"] }
cosmwasm-storage = { version = "0.11.0-alpha3", features = ["iterator"] }
cosmwasm-std = { version = "0.11.0", features = ["iterator", "staking"] }
cosmwasm-storage = { version = "0.11.0", features = ["iterator"] }
schemars = "0.7"
serde = { version = "1.0.103", default-features = false, features = ["derive"] }
thiserror = { version = "1.0.20" }

[dev-dependencies]
cosmwasm-schema = { version = "0.11.0-alpha3" }
cosmwasm-schema = { version = "0.11.0" }
Loading

0 comments on commit e48dec7

Please sign in to comment.