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.65 .0" # MSRV
1
+ msrv = " 1.69 .0" # 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 @@ -53,15 +53,15 @@ jobs:
53
53
- name : No-default features
54
54
run : cargo test --workspace --no-default-features
55
55
msrv :
56
- name : " Check MSRV: 1.65 .0"
56
+ name : " Check MSRV: 1.69 .0"
57
57
runs-on : ubuntu-latest
58
58
steps :
59
59
- name : Checkout repository
60
60
uses : actions/checkout@v3
61
61
- name : Install Rust
62
62
uses : dtolnay/rust-toolchain@stable
63
63
with :
64
- toolchain : 1.65 .0 # MSRV
64
+ toolchain : 1.69 .0 # MSRV
65
65
- uses : Swatinem/rust-cache@v2
66
66
- name : Default features
67
67
run : cargo check --workspace --all-targets
@@ -123,7 +123,7 @@ jobs:
123
123
- name : Install Rust
124
124
uses : dtolnay/rust-toolchain@stable
125
125
with :
126
- toolchain : 1.65 .0 # MSRV
126
+ toolchain : 1.69 .0 # MSRV
127
127
components : clippy
128
128
- uses : Swatinem/rust-cache@v2
129
129
- 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.65 .0" # MSRV
7
+ rust-version = " 1.69 .0" # MSRV
8
8
include = [
9
9
" build.rs" ,
10
10
" src/**/*" ,
You can’t perform that action at this time.
0 commit comments