Skip to content

Commit bac1a98

Browse files
committed
bump cw-plus to 2.0.0-rc.0
1 parent 1cc648d commit bac1a98

File tree

5 files changed

+34
-34
lines changed

5 files changed

+34
-34
lines changed

Cargo.lock

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ members = ["packages/*", "contracts/*"]
55
resolver = "2"
66

77
[workspace.package]
8-
version = "1.1.2"
8+
version = "2.0.0-rc.0"
99

1010
[workspace.dependencies]
1111
cosmwasm-schema = "2.0.0"
@@ -20,18 +20,18 @@ semver = "1"
2020
serde = { version = "1.0.188", default-features = false, features = ["derive"] }
2121
thiserror = "1.0.4"
2222

23-
cw1 = { path = "packages/cw1", version = "1.1.2" }
24-
cw1-whitelist = { path = "contracts/cw1-whitelist", version = "1.1.2", features = [
23+
cw1 = { path = "packages/cw1", version = "2.0.0-rc.0" }
24+
cw1-whitelist = { path = "contracts/cw1-whitelist", version = "2.0.0-rc.0", features = [
2525
"library",
2626
] }
27-
cw20 = { path = "packages/cw20", version = "1.1.2" }
28-
cw20-base = { path = "contracts/cw20-base", version = "1.1.2", features = ["library"] }
29-
cw3 = { path = "packages/cw3", version = "1.1.2" }
30-
cw3-fixed-multisig = { path = "contracts/cw3-fixed-multisig", version = "1.1.2", features = [
27+
cw20 = { path = "packages/cw20", version = "2.0.0-rc.0" }
28+
cw20-base = { path = "contracts/cw20-base", version = "2.0.0-rc.0", features = ["library"] }
29+
cw3 = { path = "packages/cw3", version = "2.0.0-rc.0" }
30+
cw3-fixed-multisig = { path = "contracts/cw3-fixed-multisig", version = "2.0.0-rc.0", features = [
3131
"library",
3232
] }
33-
cw4 = { path = "packages/cw4", version = "1.1.2" }
34-
cw4-group = { path = "contracts/cw4-group", version = "1.1.2" }
33+
cw4 = { path = "packages/cw4", version = "2.0.0-rc.0" }
34+
cw4-group = { path = "contracts/cw4-group", version = "2.0.0-rc.0" }
3535
easy-addr = { path = "packages/easy-addr" }
3636

3737
[profile.release.package.cw1-subkeys]

contracts/cw1-subkeys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cw1-subkeys"
3-
version = "1.1.2"
3+
version.workspace = true
44
authors = ["Ethan Frey <[email protected]>"]
55
edition = "2021"
66
description = "Implement subkeys for authorizing native tokens as a cw1 proxy contract"

contracts/cw1-whitelist/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cw1-whitelist"
3-
version = "1.1.2"
3+
version.workspace = true
44
authors = ["Ethan Frey <[email protected]>"]
55
edition = "2021"
66
description = "Implementation of an proxy contract using a whitelist"

packages/cw1/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cw1"
3-
version = "1.1.2"
3+
version.workspace = true
44
authors = ["Ethan Frey <[email protected]>"]
55
edition = "2021"
66
description = "Definition and types for the CosmWasm-1 interface"

0 commit comments

Comments
 (0)