File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -579,10 +579,8 @@ jobs:
579
579
- restore_cache :
580
580
keys :
581
581
- cargocache-v2-contract_crypto_verify-rust:1.74-{{ checksum "Cargo.lock" }}
582
- # TODO: Enable this once 2.1 has been released to crates.io
583
582
- check_contract :
584
583
min_version : " 2.1"
585
- skip_cosmwasm_check : true
586
584
- save_cache :
587
585
paths :
588
586
- /usr/local/cargo/registry
@@ -665,10 +663,8 @@ jobs:
665
663
- restore_cache :
666
664
keys :
667
665
- cargocache-v2-contract_ibc_callbacks-rust:1.74-{{ checksum "Cargo.lock" }}
668
- # TODO: Enable this once 2.1 has been released to crates.io
669
666
- check_contract :
670
667
min_version : " 2.1"
671
- skip_cosmwasm_check : true
672
668
- save_cache :
673
669
paths :
674
670
- /usr/local/cargo/registry
@@ -695,9 +691,9 @@ jobs:
695
691
- restore_cache :
696
692
keys :
697
693
- cargocache-v2-contract_ibc_reflect-rust:1.74-{{ checksum "Cargo.lock" }}
698
- # TODO: Enable this once 2.1 has been released to crates.io
694
+ # TODO: enable again once 2.2 is released
699
695
- check_contract :
700
- min_version : " 2.1 "
696
+ min_version : " 2.2 "
701
697
skip_cosmwasm_check : true
702
698
- save_cache :
703
699
paths :
@@ -809,8 +805,10 @@ jobs:
809
805
- restore_cache :
810
806
keys :
811
807
- cargocache-v2-contract_reflect-rust:1.74-{{ checksum "Cargo.lock" }}
808
+ # TODO: enable again once 2.2 is released
812
809
- check_contract :
813
- min_version : " 2.0"
810
+ min_version : " 2.2"
811
+ skip_cosmwasm_check : true
814
812
- save_cache :
815
813
paths :
816
814
- /usr/local/cargo/registry
You can’t perform that action at this time.
0 commit comments