File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -652,7 +652,8 @@ jobs:
652
652
653
653
contract_hackatom :
654
654
docker :
655
- - image : rust:1.74
655
+ # We compile this contract with the upper bound to detect issues with new Rust versions early
656
+ - image : rust:1.82
656
657
environment :
657
658
RUST_BACKTRACE : 1
658
659
working_directory : ~/cosmwasm/contracts/hackatom
@@ -664,7 +665,8 @@ jobs:
664
665
command : rustc --version; cargo --version; rustup --version
665
666
- restore_cache :
666
667
keys :
667
- - cargocache-v2-contract_hackatom-rust:1.74-{{ checksum "Cargo.lock" }}
668
+ - cargocache-v2-contract_hackatom-rust:1.82-{{ checksum "Cargo.lock" }}
669
+ # TODO: enable again once 2.2 is released
668
670
- check_contract :
669
671
min_version : " 1.4"
670
672
skip_cosmwasm_check : true
@@ -677,7 +679,7 @@ jobs:
677
679
- target/wasm32-unknown-unknown/release/.fingerprint
678
680
- target/wasm32-unknown-unknown/release/build
679
681
- target/wasm32-unknown-unknown/release/deps
680
- key : cargocache-v2-contract_hackatom-rust:1.74 -{{ checksum "Cargo.lock" }}
682
+ key : cargocache-v2-contract_hackatom-rust:1.82 -{{ checksum "Cargo.lock" }}
681
683
682
684
contract_ibc_callbacks :
683
685
docker :
You can’t perform that action at this time.
0 commit comments