Skip to content

Commit b836db3

Browse files
committed
chore: Update MSRV to 1.70.0
1 parent f15e1bf commit b836db3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.clippy.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
msrv = "1.69.0" # MSRV
1+
msrv = "1.70.0" # MSRV
22
warn-on-all-wildcard-imports = true
33
allow-expect-in-tests = true
44
allow-unwrap-in-tests = true

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@ jobs:
5353
- name: No-default features
5454
run: cargo test --workspace --no-default-features
5555
msrv:
56-
name: "Check MSRV: 1.69.0"
56+
name: "Check MSRV: 1.70.0"
5757
runs-on: ubuntu-latest
5858
steps:
5959
- name: Checkout repository
6060
uses: actions/checkout@v3
6161
- name: Install Rust
6262
uses: dtolnay/rust-toolchain@stable
6363
with:
64-
toolchain: 1.69.0 # MSRV
64+
toolchain: 1.70.0 # MSRV
6565
- uses: Swatinem/rust-cache@v2
6666
- name: Default features
6767
run: cargo check --workspace --all-targets
@@ -123,7 +123,7 @@ jobs:
123123
- name: Install Rust
124124
uses: dtolnay/rust-toolchain@stable
125125
with:
126-
toolchain: 1.69.0 # MSRV
126+
toolchain: 1.70.0 # MSRV
127127
components: clippy
128128
- uses: Swatinem/rust-cache@v2
129129
- name: Install SARIF tools

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ resolver = "2"
44
[workspace.package]
55
license = "MIT OR Apache-2.0"
66
edition = "2021"
7-
rust-version = "1.69.0" # MSRV
7+
rust-version = "1.70.0" # MSRV
88
include = [
99
"build.rs",
1010
"src/**/*",

0 commit comments

Comments
 (0)