File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,15 +33,15 @@ jobs:
3333 - name : Default features
3434 run : cargo test --workspace
3535 msrv :
36- name : " Check MSRV: 1.65 .0"
36+ name : " Check MSRV: 1.66 .0"
3737 runs-on : ubuntu-latest
3838 steps :
3939 - name : Checkout repository
4040 uses : actions/checkout@v3
4141 - name : Install Rust
4242 uses : actions-rs/toolchain@v1
4343 with :
44- toolchain : 1.65 .0 # MSRV
44+ toolchain : 1.66 .0 # MSRV
4545 profile : minimal
4646 override : true
4747 - uses : Swatinem/rust-cache@v2
7474 - name : Install Rust
7575 uses : actions-rs/toolchain@v1
7676 with :
77- toolchain : 1.65 .0 # MSRV
77+ toolchain : 1.66 .0 # MSRV
7878 profile : minimal
7979 override : true
8080 components : clippy
9090 - uses : actions/checkout@v3
9191 - uses : EmbarkStudios/cargo-deny-action@v1
9292 with :
93- rust-version : " 1.65 .0"
93+ rust-version : " 1.66 .0"
You can’t perform that action at this time.
0 commit comments