update ci rustc version

This commit is contained in:
adust09 2023-08-14 15:15:54 +09:00
parent 28f66858f8
commit 9859d2a16c
2 changed files with 6 additions and 6 deletions

View File

@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.60.0
toolchain: 1.65.0
override: true
- name: Run tests
uses: actions-rs/cargo@v1
@ -46,7 +46,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.60.0
toolchain: 1.65.0
override: true
# Build benchmarks to prevent bitrot
- name: Build benchmarks
@ -62,7 +62,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.60.0
toolchain: 1.65.0
override: true
- name: Setup mdBook
uses: peaceiris/actions-mdbook@v1
@ -105,7 +105,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.60.0
toolchain: 1.65.0
override: true
- name: cargo fetch
uses: actions-rs/cargo@v1
@ -128,7 +128,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.60.0
toolchain: 1.65.0
override: true
- run: rustup component add rustfmt
- uses: actions-rs/cargo@v1

View File

@ -1,3 +1,3 @@
[toolchain]
channel = "1.60.0"
channel = "1.65.0"
components = [ "clippy", "rustfmt" ]