Skip to content

Commit

Permalink
Use Rust 1.75
Browse files Browse the repository at this point in the history
  • Loading branch information
aumetra committed Sep 10, 2024
1 parent 350bf08 commit ff36415
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,7 @@ jobs:

contract_nested_contracts:
docker:
- image: rust:1.74
- image: rust:1.75
environment:
RUST_BACKTRACE: 1
working_directory: ~/cosmwasm/contracts/nested-contracts
Expand All @@ -778,7 +778,7 @@ jobs:
command: rustc --version; cargo --version; rustup --version
- restore_cache:
keys:
- cargocache-v2-contract_nested_contracts-rust:1.74-{{ checksum "Cargo.lock" }}
- cargocache-v2-contract_nested_contracts-rust:1.75-{{ checksum "Cargo.lock" }}
- check_contract:
min_version: "1.4"
- save_cache:
Expand All @@ -790,7 +790,7 @@ jobs:
- target/wasm32-unknown-unknown/release/.fingerprint
- target/wasm32-unknown-unknown/release/build
- target/wasm32-unknown-unknown/release/deps
key: cargocache-v2-contract_nested_contracts-rust:1.74-{{ checksum "Cargo.lock" }}
key: cargocache-v2-contract_nested_contracts-rust:1.75-{{ checksum "Cargo.lock" }}

contract_queue:
docker:
Expand Down

0 comments on commit ff36415

Please sign in to comment.