File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- msrv = " 1.87 .0" # MSRV
1+ msrv = " 1.91 .0" # MSRV
22warn-on-all-wildcard-imports = true
33allow-expect-in-tests = true
44allow-unwrap-in-tests = true
Original file line number Diff line number Diff line change @@ -93,15 +93,15 @@ jobs:
9393 - name : No-default features
9494 run : cargo miri test --no-default-features --features std
9595 msrv :
96- name : " Check MSRV: 1.87 .0"
96+ name : " Check MSRV: 1.91 .0"
9797 runs-on : ubuntu-latest
9898 steps :
9999 - name : Checkout repository
100100 uses : actions/checkout@v5
101101 - name : Install Rust
102102 uses : dtolnay/rust-toolchain@stable
103103 with :
104- toolchain : " 1.87 .0" # MSRV
104+ toolchain : " 1.91 .0" # MSRV
105105 - uses : Swatinem/rust-cache@v2
106106 - name : Default features
107107 run : cargo check --workspace --all-targets
@@ -163,7 +163,7 @@ jobs:
163163 - name : Install Rust
164164 uses : dtolnay/rust-toolchain@stable
165165 with :
166- toolchain : " 1.87 .0" # MSRV
166+ toolchain : " 1.91 .0" # MSRV
167167 components : clippy
168168 - uses : Swatinem/rust-cache@v2
169169 - name : Install SARIF tools
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ resolver = "2"
44[workspace .package ]
55license = " MIT OR Apache-2.0"
66edition = " 2021"
7- rust-version = " 1.87 .0" # MSRV
7+ rust-version = " 1.91 .0" # MSRV
88include = [
99 " build.rs" ,
1010 " src/**/*" ,
You can’t perform that action at this time.
0 commit comments