update MSRV to 1.74.0

This commit is contained in:
Sunli
2024-01-05 22:23:45 +08:00
parent 4c06798b72
commit e8cdf5ced2
6 changed files with 7 additions and 7 deletions

View File

@@ -55,7 +55,7 @@ jobs:
# Switch to stable Rust
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.67.0
toolchain: 1.74.0
components: rustfmt, clippy
override: true
- name: Cache Rust
@@ -91,7 +91,7 @@ jobs:
# Switch to stable Rust
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.67.0
toolchain: 1.74.0
components: rustfmt, clippy
- name: Cache Rust
uses: Swatinem/rust-cache@v2

View File

@@ -21,7 +21,7 @@ jobs:
- name: Install Stable Toolchain
uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.67.0
toolchain: 1.74.0
components: rustfmt
- name: Cache Rust
uses: Swatinem/rust-cache@v2

View File

@@ -64,7 +64,7 @@ This crate uses `#![forbid(unsafe_code)]` to ensure everything is implemented in
## MSRV
The minimum supported Rust version for this crate is `1.67.0`.
The minimum supported Rust version for this crate is `1.74.0`.
## Contributing

View File

@@ -49,7 +49,7 @@ This crate uses `#![forbid(unsafe_code)]` to ensure everything is implemented in
## MSRV
The minimum supported Rust version for this crate is `1.67.0`.
The minimum supported Rust version for this crate is `1.74.0`.
## Contributing

View File

@@ -130,7 +130,7 @@ hello, sunli!
## MSRV
The minimum supported Rust version for this crate is `1.67.0`.
The minimum supported Rust version for this crate is `1.74.0`.
## Contributing

View File

@@ -107,7 +107,7 @@ More examples can be found [here][examples].
## MSRV
The minimum supported Rust version for this crate is `1.67.0`.
The minimum supported Rust version for this crate is `1.74.0`.
## Contributing