Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
chipshort committed Oct 7, 2024
1 parent 2be6fb1 commit f13b0a7
Showing 21 changed files with 129 additions and 129 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ exclude = ["contracts"]
resolver = "2"

[workspace.package]
version = "2.2.0-rc.1"
version = "2.2.0-rc.2"

[workspace.dependencies]
schemars = "0.8.4"
16 changes: 8 additions & 8 deletions contracts/burner/Cargo.lock

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

16 changes: 8 additions & 8 deletions contracts/crypto-verify/Cargo.lock

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

16 changes: 8 additions & 8 deletions contracts/cyberpunk/Cargo.lock

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

16 changes: 8 additions & 8 deletions contracts/empty/Cargo.lock

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

16 changes: 8 additions & 8 deletions contracts/floaty/Cargo.lock
16 changes: 8 additions & 8 deletions contracts/hackatom/Cargo.lock
16 changes: 8 additions & 8 deletions contracts/ibc-callbacks/Cargo.lock
16 changes: 8 additions & 8 deletions contracts/ibc-reflect-send/Cargo.lock
16 changes: 8 additions & 8 deletions contracts/ibc-reflect/Cargo.lock
16 changes: 8 additions & 8 deletions contracts/queue/Cargo.lock
16 changes: 8 additions & 8 deletions contracts/reflect/Cargo.lock
16 changes: 8 additions & 8 deletions contracts/staking/Cargo.lock
16 changes: 8 additions & 8 deletions contracts/virus/Cargo.lock
4 changes: 2 additions & 2 deletions packages/check/Cargo.toml
Original file line number Diff line number Diff line change
@@ -11,8 +11,8 @@ license = "Apache-2.0"
anyhow = "1.0.57"
clap = "4"
colored = "2.1.0"
cosmwasm-vm = { path = "../vm", version = "=2.2.0-rc.1" }
cosmwasm-std = { path = "../std", version = "=2.2.0-rc.1" }
cosmwasm-vm = { path = "../vm", version = "=2.2.0-rc.2" }
cosmwasm-std = { path = "../std", version = "=2.2.0-rc.2" }

[dev-dependencies]
assert_cmd = "2.0.12"
2 changes: 1 addition & 1 deletion packages/crypto/Cargo.toml
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ ark-bls12-381 = "0.4.0"
ark-ec = { version = "0.4.2", features = ["parallel"] }
ark-ff = { version = "0.4.2", features = ["asm", "parallel"] }
ark-serialize = "0.4.2"
cosmwasm-core = { version = "2.2.0-rc.1", path = "../core" }
cosmwasm-core = { version = "2.2.0-rc.2", path = "../core" }
digest = "0.10"
ecdsa = "0.16.2" # Not used directly, but needed to bump transitive dependency, see: https://github.com/CosmWasm/cosmwasm/pull/1899 for details.
ed25519-zebra = { version = "4.0.3", default-features = false }
4 changes: 2 additions & 2 deletions packages/go-gen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -9,12 +9,12 @@ publish = false
release = false

[dependencies]
cosmwasm-std = { version = "2.2.0-rc.1", path = "../std", features = [
cosmwasm-std = { version = "2.2.0-rc.2", path = "../std", features = [
"cosmwasm_2_2",
"staking",
"stargate",
] }
cosmwasm-schema = { version = "2.2.0-rc.1", path = "../schema" }
cosmwasm-schema = { version = "2.2.0-rc.2", path = "../schema" }
anyhow = "1"
Inflector = "0.11.4"
indenter = "0.3.3"
2 changes: 1 addition & 1 deletion packages/schema/Cargo.toml
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ repository = "https://github.com/CosmWasm/cosmwasm/tree/main/packages/schema"
license = "Apache-2.0"

[dependencies]
cosmwasm-schema-derive = { version = "=2.2.0-rc.1", path = "../schema-derive" }
cosmwasm-schema-derive = { version = "=2.2.0-rc.2", path = "../schema-derive" }
schemars = { workspace = true }
serde = { workspace = true }
serde_json = "1.0.40"
10 changes: 5 additions & 5 deletions packages/std/Cargo.toml
Original file line number Diff line number Diff line change
@@ -55,8 +55,8 @@ cosmwasm_2_2 = ["cosmwasm_2_1"]
[dependencies]
base64 = "0.22.0"
bnum = "0.11.0"
cosmwasm-core = { version = "2.2.0-rc.1", path = "../core" }
cosmwasm-derive = { version = "2.2.0-rc.1", path = "../derive" }
cosmwasm-core = { version = "2.2.0-rc.2", path = "../core" }
cosmwasm-derive = { version = "2.2.0-rc.2", path = "../derive" }
derive_more = { version = "1.0.0-beta.6", default-features = false, features = [
"debug",
] }
@@ -73,12 +73,12 @@ rmp-serde = "1.3.0"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
bech32 = "0.11.0"
cosmwasm-crypto = { version = "2.2.0-rc.1", path = "../crypto" }
cosmwasm-crypto = { version = "2.2.0-rc.2", path = "../crypto" }
rand_core = { version = "0.6.4", features = ["getrandom"] }

[dev-dependencies]
cosmwasm-core = { path = "../core", version = "2.2.0-rc.1" }
cosmwasm-schema = { version = "2.2.0-rc.1", path = "../schema" }
cosmwasm-core = { path = "../core", version = "2.2.0-rc.2" }
cosmwasm-schema = { version = "2.2.0-rc.2", path = "../schema" }
# The chrono dependency is only used in an example, which Rust compiles for us. If this causes trouble, remove it.
chrono = { version = "0.4", default-features = false, features = [
"alloc",
8 changes: 4 additions & 4 deletions packages/vm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -46,12 +46,12 @@ crc32fast = "1.3.2"
bech32 = "0.11.0"
blake2 = "0.10.6"
# Uses the path when built locally; uses the given version from crates.io when published
cosmwasm-core = { version = "2.2.0-rc.1", path = "../core" }
cosmwasm-std = { version = "2.2.0-rc.1", path = "../std", default-features = false, features = [
cosmwasm-core = { version = "2.2.0-rc.2", path = "../core" }
cosmwasm-std = { version = "2.2.0-rc.2", path = "../std", default-features = false, features = [
"std",
] }
cosmwasm-crypto = { version = "2.2.0-rc.1", path = "../crypto" }
cosmwasm-vm-derive = { version = "2.2.0-rc.1", path = "../vm-derive" }
cosmwasm-crypto = { version = "2.2.0-rc.2", path = "../crypto" }
cosmwasm-vm-derive = { version = "2.2.0-rc.2", path = "../vm-derive" }
derivative = "2"
hex = "0.4"
rand_core = { version = "0.6", features = ["getrandom"] }

0 comments on commit f13b0a7

Please sign in to comment.