File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments