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.69 " # MSRV
1
+ msrv = " 1.70 " # MSRV
2
2
warn-on-all-wildcard-imports = true
3
3
allow-expect-in-tests = true
4
4
allow-unwrap-in-tests = true
Original file line number Diff line number Diff line change @@ -51,15 +51,15 @@ jobs:
51
51
- name : No-default features
52
52
run : cargo test --workspace --no-default-features
53
53
msrv :
54
- name : " Check MSRV: 1.69 "
54
+ name : " Check MSRV: 1.70 "
55
55
runs-on : ubuntu-latest
56
56
steps :
57
57
- name : Checkout repository
58
58
uses : actions/checkout@v4
59
59
- name : Install Rust
60
60
uses : dtolnay/rust-toolchain@stable
61
61
with :
62
- toolchain : " 1.69 " # MSRV
62
+ toolchain : " 1.70 " # MSRV
63
63
- uses : Swatinem/rust-cache@v2
64
64
- name : Default features
65
65
run : cargo check --workspace --all-targets
@@ -121,7 +121,7 @@ jobs:
121
121
- name : Install Rust
122
122
uses : dtolnay/rust-toolchain@stable
123
123
with :
124
- toolchain : " 1.69 " # MSRV
124
+ toolchain : " 1.70 " # MSRV
125
125
components : clippy
126
126
- uses : Swatinem/rust-cache@v2
127
127
- name : Install SARIF tools
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ resolver = "2"
4
4
[workspace .package ]
5
5
license = " MIT OR Apache-2.0"
6
6
edition = " 2021"
7
- rust-version = " 1.69 " # MSRV
7
+ rust-version = " 1.70 " # MSRV
8
8
include = [
9
9
" build.rs" ,
10
10
" src/**/*" ,
You can’t perform that action at this time.
0 commit comments