Skip to content

Commit 719afdb

Browse files
committed
Revert "Use upper Rust version to compile hackatom"
This reverts commit ced790e.
1 parent 2ae98fb commit 719afdb

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.circleci/config.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -655,8 +655,7 @@ jobs:
655655

656656
contract_hackatom:
657657
docker:
658-
# We compile this contract with the upper bound to detect issues with new Rust versions early
659-
- image: rust:1.82
658+
- image: rust:1.74
660659
environment:
661660
RUST_BACKTRACE: 1
662661
working_directory: ~/cosmwasm/contracts/hackatom
@@ -668,7 +667,7 @@ jobs:
668667
command: rustc --version; cargo --version; rustup --version
669668
- restore_cache:
670669
keys:
671-
- cargocache-v2-contract_hackatom-rust:1.82-{{ checksum "Cargo.lock" }}
670+
- cargocache-v2-contract_hackatom-rust:1.74-{{ checksum "Cargo.lock" }}
672671
- check_contract:
673672
min_version: "2.2"
674673
- save_cache:
@@ -680,7 +679,7 @@ jobs:
680679
- target/wasm32-unknown-unknown/release/.fingerprint
681680
- target/wasm32-unknown-unknown/release/build
682681
- target/wasm32-unknown-unknown/release/deps
683-
key: cargocache-v2-contract_hackatom-rust:1.82-{{ checksum "Cargo.lock" }}
682+
key: cargocache-v2-contract_hackatom-rust:1.74-{{ checksum "Cargo.lock" }}
684683

685684
contract_ibc_callbacks:
686685
docker:

0 commit comments

Comments
 (0)