Skip to content

Commit

Permalink
Merge pull request #165 from CosmWasm/co/update-cw
Browse files Browse the repository at this point in the history
Bump cosmwasm to 2.2
  • Loading branch information
chipshort authored Jan 16, 2025
2 parents 311cc9f + 43f6365 commit 4f80d6d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,13 @@ optimize = """docker run --rm -v "$(pwd)":/code \
"""

[dependencies]
cosmwasm-schema = "2.1.0"
cosmwasm-std = { version = "2.1.0", features = [
cosmwasm-schema = "2.2.0"
cosmwasm-std = { version = "2.2.0", features = [
"cosmwasm_1_4",
# Enable this if you only deploy to chains that have CosmWasm 2.0 or higher
# "cosmwasm_2_0",
# Or this if you only deploy to chains that have CosmWasm 2.1 or higher
# "cosmwasm_2_1",
] }
cw-storage-plus = "2.0.0"
cw2 = "2.0.0"
Expand Down
6 changes: 3 additions & 3 deletions meta/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
image: Ubuntu

environment:
TOOLCHAIN: 1.75.0
CARGO_GENERATE_VERSION: 0.18.3
TOOLCHAIN: 1.82.0
CARGO_GENERATE_VERSION: 0.22.1

# services:
# - docker
Expand All @@ -31,7 +31,7 @@ install:
- cargo --version
- rustup target add wasm32-unknown-unknown
# Use || true because this fails when already installed from cache
- cargo install --features vendored-openssl cargo-generate --version "$CARGO_GENERATE_VERSION" --debug || true
- cargo install --features vendored-openssl cargo-generate --locked --version "$CARGO_GENERATE_VERSION" --debug || true

build_script:
# No matter what is currently checked out by the CI (main, other branch, PR merge commit),
Expand Down

0 comments on commit 4f80d6d

Please sign in to comment.