Skip to content

Commit fef63dc

Browse files
update rust version
1 parent 9e16c5f commit fef63dc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/fuzz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
key: cache-${{ matrix.target }}-${{ hashFiles('**/Cargo.toml','**/Cargo.lock') }}
5151
- uses: actions-rs/toolchain@v1
5252
with:
53-
toolchain: 1.65
53+
toolchain: 1.80
5454
override: true
5555
profile: minimal
5656
- name: fuzz

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
AS_DEPENDENCY: true
2727
DO_NO_STD: false
2828
DO_DOCS: true
29-
- rust: 1.65.0
29+
- rust: 1.80.0
3030
env:
3131
AS_DEPENDENCY: true
3232
steps:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ architectural mismatches.
6666

6767
## Minimum Supported Rust Version (MSRV)
6868

69-
This library should always compile with any combination of features on **Rust 1.60**.
69+
This library should always compile with any combination of features on **Rust 1.80**.
7070

7171
## Installing Rust
7272

0 commit comments

Comments
 (0)