Skip to content

Commit efef129

Browse files
committed
Update the CI to use the latest Rust stable (v1.66.1)
Update the Docker image to use the following versions: - Rust v1.66.1 (was v1.57.0) - mdBook v0.4.25 (was v0.4.14) - mdbook-transcheck v0.2.8 (no change)
1 parent 48a81b7 commit efef129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
docker:
66
# For the information about software versions in the image, see the following page:
77
# https://github.com/rust-lang-ja/circleci-images/wiki/Docker%E3%82%A4%E3%83%A1%E3%83%BC%E3%82%B8%EF%BC%9AmdBook
8-
- image: quay.io/rust-lang-ja/circleci:mdbook-0.4.14-rust-1.57.0
8+
- image: quay.io/rust-lang-ja/circleci:mdbook-0.4.25-rust-1.66.1
99
parallelism: 1
1010
steps:
1111
- checkout

0 commit comments

Comments
 (0)