Skip to content

Commit 2227370

Browse files
committed
Update to Rust 1.86
1 parent 1ce70de commit 2227370

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)