File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -457,13 +457,13 @@ jobs:
457
457
steps :
458
458
- checkout
459
459
- rust/install :
460
- version : " 1.82 "
460
+ version : " 1.86 "
461
461
- run :
462
462
name : Version information
463
463
command : rustc --version; cargo --version; rustup --version; rustup target list --installed
464
464
- restore_cache :
465
465
keys :
466
- - cargocache-v2-package_cw_schema_codegen-rust:1.82 -{{ checksum "Cargo.lock" }}
466
+ - cargocache-v2-package_cw_schema_codegen-rust:1.86 -{{ checksum "Cargo.lock" }}
467
467
- go/install :
468
468
version : 1.23.4
469
469
- run :
@@ -483,7 +483,7 @@ jobs:
483
483
- target/debug/.fingerprint
484
484
- target/debug/build
485
485
- target/debug/deps
486
- key : cargocache-v2-package_cw_schema_codegen-rust:1.82 -{{ checksum "Cargo.lock" }}
486
+ key : cargocache-v2-package_cw_schema_codegen-rust:1.86 -{{ checksum "Cargo.lock" }}
487
487
488
488
package_std :
489
489
docker :
You can’t perform that action at this time.
0 commit comments