File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -731,7 +731,8 @@ jobs:
731
731
732
732
contract_hackatom :
733
733
docker :
734
- - image : rust:1.81
734
+ # We compile this contract with the upper bound to detect issues with new Rust versions early
735
+ - image : rust:1.84.1
735
736
environment :
736
737
RUST_BACKTRACE : 1
737
738
working_directory : ~/cosmwasm/contracts/hackatom
@@ -743,9 +744,9 @@ jobs:
743
744
command : rustc --version; cargo --version; rustup --version
744
745
- restore_cache :
745
746
keys :
746
- - cargocache-v2-contract_hackatom-rust:1.81 -{{ checksum "Cargo.lock" }}
747
+ - cargocache-v2-contract_hackatom-rust:1.84.1 -{{ checksum "Cargo.lock" }}
747
748
- check_contract :
748
- min_version : " 2.2 "
749
+ min_version : " 3.0 "
749
750
- save_cache :
750
751
paths :
751
752
- /usr/local/cargo/registry
@@ -755,7 +756,7 @@ jobs:
755
756
- target/wasm32-unknown-unknown/release/.fingerprint
756
757
- target/wasm32-unknown-unknown/release/build
757
758
- target/wasm32-unknown-unknown/release/deps
758
- key : cargocache-v2-contract_hackatom-rust:1.81 -{{ checksum "Cargo.lock" }}
759
+ key : cargocache-v2-contract_hackatom-rust:1.84.1 -{{ checksum "Cargo.lock" }}
759
760
760
761
contract_ibc_callbacks :
761
762
docker :
You can’t perform that action at this time.
0 commit comments