File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments