Skip to content

Commit

Permalink
Fix cosmwasm-std to 0.14.0-beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanfrey committed Apr 19, 2021
1 parent 380cfc4 commit 29791ba
Show file tree
Hide file tree
Showing 14 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 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.6.0-beta2" }
cw1 = { path = "../../packages/cw1", version = "0.6.0-beta2" }
cw2 = { path = "../../packages/cw2", version = "0.6.0-beta2" }
cw1-whitelist = { path = "../cw1-whitelist", version = "0.6.0-beta2", features = ["library"] }
cosmwasm-std = { version = "0.14.0-beta3", features = ["iterator", "staking"] }
cosmwasm-std = { version = "=0.14.0-beta3", features = ["iterator", "staking"] }
cw-storage-plus = { path = "../../packages/storage-plus", version = "0.6.0-beta2", features = ["iterator"] }
schemars = "0.8.1"
serde = { version = "1.0.103", default-features = false, features = ["derive"] }
thiserror = { version = "1.0.20" }

[dev-dependencies]
cosmwasm-schema = { version = "0.14.0-beta3" }
cosmwasm-schema = { version = "=0.14.0-beta3" }
4 changes: 2 additions & 2 deletions contracts/cw1-whitelist/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ library = []
cw0 = { path = "../../packages/cw0", version = "0.6.0-beta2" }
cw1 = { path = "../../packages/cw1", version = "0.6.0-beta2" }
cw2 = { path = "../../packages/cw2", version = "0.6.0-beta2" }
cosmwasm-std = { version = "0.14.0-beta3", features = ["iterator"] }
cosmwasm-std = { version = "=0.14.0-beta3", features = ["iterator"] }
cw-storage-plus = { path = "../../packages/storage-plus", version = "0.6.0-beta2", features = ["iterator"] }
schemars = "0.8.1"
serde = { version = "1.0.103", default-features = false, features = ["derive"] }
thiserror = { version = "1.0.20" }

[dev-dependencies]
cosmwasm-schema = { version = "0.14.0-beta3" }
cosmwasm-schema = { version = "=0.14.0-beta3" }
2 changes: 1 addition & 1 deletion contracts/cw1155-base/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ cw0 = { path = "../../packages/cw0", version = "0.6.0-beta2" }
cw2 = { path = "../../packages/cw2", version = "0.6.0-beta2" }
cw1155 = { path = "../../packages/cw1155", version = "0.6.0-beta2" }
cw-storage-plus = { path = "../../packages/storage-plus", version = "0.6.0-beta2" , features = ["iterator"]}
cosmwasm-std = { version = "0.14.0-beta3", features = ["iterator"] }
cosmwasm-std = { version = "=0.14.0-beta3", features = ["iterator"] }
schemars = "0.8.1"
serde = { version = "1.0.103", default-features = false, features = ["derive"] }
thiserror = { version = "1.0.20" }
Expand Down
4 changes: 2 additions & 2 deletions contracts/cw20-atomic-swap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ library = []
cw0 = { path = "../../packages/cw0", version = "0.6.0-beta2" }
cw2 = { path = "../../packages/cw2", version = "0.6.0-beta2" }
cw20 = { path = "../../packages/cw20", version = "0.6.0-beta2" }
cosmwasm-std = { version = "0.14.0-beta3", features = ["iterator"] }
cosmwasm-std = { version = "=0.14.0-beta3", features = ["iterator"] }
cw-storage-plus = { path = "../../packages/storage-plus", version = "0.6.0-beta2", features = ["iterator"] }
schemars = "0.8.1"
serde = { version = "1.0.103", default-features = false, features = ["derive"] }
Expand All @@ -27,4 +27,4 @@ hex = "0.3.1"
sha2 = "0.8.0"

[dev-dependencies]
cosmwasm-schema = { version = "0.14.0-beta3" }
cosmwasm-schema = { version = "=0.14.0-beta3" }
4 changes: 2 additions & 2 deletions contracts/cw20-base/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ cw0 = { path = "../../packages/cw0", version = "0.6.0-beta2" }
cw2 = { path = "../../packages/cw2", version = "0.6.0-beta2" }
cw20 = { path = "../../packages/cw20", version = "0.6.0-beta2" }
cw-storage-plus = { path = "../../packages/storage-plus", version = "0.6.0-beta2", features = ["iterator"] }
cosmwasm-std = { version = "0.14.0-beta3", features = ["iterator"] }
cosmwasm-std = { version = "=0.14.0-beta3", features = ["iterator"] }
schemars = "0.8.1"
serde = { version = "1.0.103", default-features = false, features = ["derive"] }
thiserror = { version = "1.0.20" }

[dev-dependencies]
cosmwasm-schema = { version = "0.14.0-beta3" }
cosmwasm-schema = { version = "=0.14.0-beta3" }
4 changes: 2 additions & 2 deletions contracts/cw20-bonding/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ cw2 = { path = "../../packages/cw2", version = "0.6.0-beta2" }
cw20 = { path = "../../packages/cw20", version = "0.6.0-beta2" }
cw20-base = { path = "../../contracts/cw20-base", version = "0.6.0-beta2", features = ["library"] }
cw-storage-plus = { path = "../../packages/storage-plus", version = "0.6.0-beta2" }
cosmwasm-std = { version = "0.14.0-beta3", features = ["staking"] }
cosmwasm-std = { version = "=0.14.0-beta3", features = ["staking"] }
schemars = "0.8.1"
serde = { version = "1.0.103", default-features = false, features = ["derive"] }
thiserror = { version = "1.0.20" }
Expand All @@ -34,4 +34,4 @@ integer-sqrt = { version = "0.1.5" }
integer-cbrt = { version = "0.1" }

[dev-dependencies]
cosmwasm-schema = { version = "0.14.0-beta3" }
cosmwasm-schema = { version = "=0.14.0-beta3" }
4 changes: 2 additions & 2 deletions contracts/cw20-escrow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ library = []
cw0 = { path = "../../packages/cw0", version = "0.6.0-beta2" }
cw2 = { path = "../../packages/cw2", version = "0.6.0-beta2" }
cw20 = { path = "../../packages/cw20", version = "0.6.0-beta2" }
cosmwasm-std = { version = "0.14.0-beta3", features = ["iterator"] }
cosmwasm-std = { version = "=0.14.0-beta3", features = ["iterator"] }
cw-storage-plus = { path = "../../packages/storage-plus", version = "0.6.0-beta2", features = ["iterator"] }
schemars = "0.8.1"
serde = { version = "1.0.103", default-features = false, features = ["derive"] }
thiserror = { version = "1.0.20" }

[dev-dependencies]
cosmwasm-schema = { version = "0.14.0-beta3" }
cosmwasm-schema = { version = "=0.14.0-beta3" }
cw-multi-test = { path = "../../packages/multi-test", version = "0.6.0-beta2" }
cw20-base = { path = "../cw20-base", version = "0.6.0-beta2", features = ["library"] }
4 changes: 2 additions & 2 deletions contracts/cw20-staking/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ cw2 = { path = "../../packages/cw2", version = "0.6.0-beta2" }
cw20 = { path = "../../packages/cw20", version = "0.6.0-beta2" }
cw-controllers = { path = "../../packages/controllers", version = "0.6.0-beta2" }
cw20-base = { path = "../../contracts/cw20-base", version = "0.6.0-beta2", features = ["library"] }
cosmwasm-std = { version = "0.14.0-beta3", features = ["staking"] }
cosmwasm-std = { version = "=0.14.0-beta3", features = ["staking"] }
cw-storage-plus = { path = "../../packages/storage-plus", version = "0.6.0-beta2", features = ["iterator"] }
schemars = "0.8.1"
serde = { version = "1.0.103", default-features = false, features = ["derive"] }
thiserror = { version = "1.0.20" }

[dev-dependencies]
cosmwasm-schema = { version = "0.14.0-beta3" }
cosmwasm-schema = { version = "=0.14.0-beta3" }
4 changes: 2 additions & 2 deletions contracts/cw3-fixed-multisig/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ cw0 = { path = "../../packages/cw0", version = "0.6.0-beta2" }
cw2 = { path = "../../packages/cw2", version = "0.6.0-beta2" }
cw3 = { path = "../../packages/cw3", version = "0.6.0-beta2" }
cw-storage-plus = { path = "../../packages/storage-plus", version = "0.6.0-beta2", features = ["iterator"] }
cosmwasm-std = { version = "0.14.0-beta3", features = ["iterator"] }
cosmwasm-std = { version = "=0.14.0-beta3", features = ["iterator"] }
schemars = "0.8.1"
serde = { version = "1.0.103", default-features = false, features = ["derive"] }
thiserror = { version = "1.0.20" }

[dev-dependencies]
cosmwasm-schema = { version = "0.14.0-beta3" }
cosmwasm-schema = { version = "=0.14.0-beta3" }
cw20 = { path = "../../packages/cw20", version = "0.6.0-beta2" }
cw20-base = { path = "../cw20-base", version = "0.6.0-beta2", features = ["library"] }
cw-multi-test = { path = "../../packages/multi-test", version = "0.6.0-beta2" }
4 changes: 2 additions & 2 deletions contracts/cw3-flex-multisig/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ cw2 = { path = "../../packages/cw2", version = "0.6.0-beta2" }
cw3 = { path = "../../packages/cw3", version = "0.6.0-beta2" }
cw4 = { path = "../../packages/cw4", version = "0.6.0-beta2" }
cw-storage-plus = { path = "../../packages/storage-plus", version = "0.6.0-beta2", features = ["iterator"] }
cosmwasm-std = { version = "0.14.0-beta3", features = ["iterator"] }
cosmwasm-std = { version = "=0.14.0-beta3", features = ["iterator"] }
schemars = "0.8.1"
serde = { version = "1.0.103", default-features = false, features = ["derive"] }
thiserror = { version = "1.0.20" }

[dev-dependencies]
cosmwasm-schema = { version = "0.14.0-beta3" }
cosmwasm-schema = { version = "=0.14.0-beta3" }
cw4-group = { path = "../cw4-group", version = "0.6.0-beta2" }
cw-multi-test = { path = "../../packages/multi-test", version = "0.6.0-beta2" }
4 changes: 2 additions & 2 deletions contracts/cw4-group/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ cw2 = { path = "../../packages/cw2", version = "0.6.0-beta2" }
cw4 = { path = "../../packages/cw4", version = "0.6.0-beta2" }
cw-controllers = { path = "../../packages/controllers", version = "0.6.0-beta2" }
cw-storage-plus = { path = "../../packages/storage-plus", version = "0.6.0-beta2", features = ["iterator"] }
cosmwasm-std = { version = "0.14.0-beta3" }
cosmwasm-std = { version = "=0.14.0-beta3" }
schemars = "0.8.1"
serde = { version = "1.0.103", default-features = false, features = ["derive"] }
thiserror = { version = "1.0.21" }

[dev-dependencies]
cosmwasm-schema = { version = "0.14.0-beta3" }
cosmwasm-schema = { version = "=0.14.0-beta3" }
4 changes: 2 additions & 2 deletions contracts/cw4-stake/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ cw4 = { path = "../../packages/cw4", version = "0.6.0-beta2" }
cw20 = { path = "../../packages/cw20", version = "0.6.0-beta2" }
cw-controllers = { path = "../../packages/controllers", version = "0.6.0-beta2" }
cw-storage-plus = { path = "../../packages/storage-plus", version = "0.6.0-beta2", features = ["iterator"] }
cosmwasm-std = { version = "0.14.0-beta3" }
cosmwasm-std = { version = "=0.14.0-beta3" }
schemars = "0.8.1"
serde = { version = "1.0.103", default-features = false, features = ["derive"] }
thiserror = { version = "1.0.21" }

[dev-dependencies]
cosmwasm-schema = { version = "0.14.0-beta3" }
cosmwasm-schema = { version = "=0.14.0-beta3" }
4 changes: 2 additions & 2 deletions contracts/cw721-base/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ cw0 = { path = "../../packages/cw0", version = "0.6.0-beta2" }
cw2 = { path = "../../packages/cw2", version = "0.6.0-beta2" }
cw721 = { path = "../../packages/cw721", version = "0.6.0-beta2" }
cw-storage-plus = { path = "../../packages/storage-plus", version = "0.6.0-beta2" , features = ["iterator"]}
cosmwasm-std = { version = "0.14.0-beta3" }
cosmwasm-std = { version = "=0.14.0-beta3" }
schemars = "0.8.1"
serde = { version = "1.0.103", default-features = false, features = ["derive"] }
thiserror = { version = "1.0.20" }

[dev-dependencies]
cosmwasm-schema = { version = "0.14.0-beta3" }
cosmwasm-schema = { version = "=0.14.0-beta3" }
2 changes: 1 addition & 1 deletion packages/multi-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ stargate = ["cosmwasm-std/stargate"]
[dependencies]
cw0 = { path = "../../packages/cw0", version = "0.6.0-beta2" }
cw-storage-plus = { path = "../../packages/storage-plus", version = "0.6.0-beta2" }
cosmwasm-std = { version = "0.14.0-beta3" }
cosmwasm-std = { version = "=0.14.0-beta3" }
schemars = "0.8.1"
serde = { version = "1.0.103", default-features = false, features = ["derive"] }

0 comments on commit 29791ba

Please sign in to comment.