File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- msrv = " 1.64 .0" # MSRV
1
+ msrv = " 1.65 .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 @@ -49,15 +49,15 @@ jobs:
49
49
- name : No-default features
50
50
run : cargo test --workspace --no-default-features
51
51
msrv :
52
- name : " Check MSRV: 1.64 .0"
52
+ name : " Check MSRV: 1.65 .0"
53
53
runs-on : ubuntu-latest
54
54
steps :
55
55
- name : Checkout repository
56
56
uses : actions/checkout@v3
57
57
- name : Install Rust
58
58
uses : dtolnay/rust-toolchain@stable
59
59
with :
60
- toolchain : 1.64 .0 # MSRV
60
+ toolchain : 1.65 .0 # MSRV
61
61
- uses : Swatinem/rust-cache@v2
62
62
- name : Default features
63
63
run : cargo check --workspace --all-targets
@@ -107,7 +107,7 @@ jobs:
107
107
- name : Install Rust
108
108
uses : dtolnay/rust-toolchain@stable
109
109
with :
110
- toolchain : 1.64 .0 # MSRV
110
+ toolchain : 1.65 .0 # MSRV
111
111
components : clippy
112
112
- uses : Swatinem/rust-cache@v2
113
113
- name : Install SARIF tools
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0"
6
6
categories = []
7
7
keywords = []
8
8
edition = " 2021"
9
- rust-version = " 1.64 .0" # MSRV
9
+ rust-version = " 1.65 .0" # MSRV
10
10
include = [
11
11
" build.rs" ,
12
12
" src/**/*" ,
You can’t perform that action at this time.
0 commit comments