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:
457457 steps :
458458 - checkout
459459 - rust/install :
460- version : " 1.82 "
460+ version : " 1.86 "
461461 - run :
462462 name : Version information
463463 command : rustc --version; cargo --version; rustup --version; rustup target list --installed
464464 - restore_cache :
465465 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" }}
467467 - go/install :
468468 version : 1.23.4
469469 - run :
@@ -483,7 +483,7 @@ jobs:
483483 - target/debug/.fingerprint
484484 - target/debug/build
485485 - 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" }}
487487
488488 package_std :
489489 docker :
You can’t perform that action at this time.
0 commit comments