Skip to content

Commit b3cabe4

Browse files
authored
Merge pull request #39 from rust-cli/renovate/rust-1.x
chore(deps): update msrv to v1.70
2 parents 18dded4 + aae7675 commit b3cabe4

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" # MSRV
1+
msrv = "1.70" # 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
@@ -51,15 +51,15 @@ jobs:
5151
- name: No-default features
5252
run: cargo test --workspace --no-default-features
5353
msrv:
54-
name: "Check MSRV: 1.69"
54+
name: "Check MSRV: 1.70"
5555
runs-on: ubuntu-latest
5656
steps:
5757
- name: Checkout repository
5858
uses: actions/checkout@v4
5959
- name: Install Rust
6060
uses: dtolnay/rust-toolchain@stable
6161
with:
62-
toolchain: "1.69" # MSRV
62+
toolchain: "1.70" # MSRV
6363
- uses: Swatinem/rust-cache@v2
6464
- name: Default features
6565
run: cargo check --workspace --all-targets
@@ -121,7 +121,7 @@ jobs:
121121
- name: Install Rust
122122
uses: dtolnay/rust-toolchain@stable
123123
with:
124-
toolchain: "1.69" # MSRV
124+
toolchain: "1.70" # MSRV
125125
components: clippy
126126
- uses: Swatinem/rust-cache@v2
127127
- 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" # MSRV
7+
rust-version = "1.70" # MSRV
88
include = [
99
"build.rs",
1010
"src/**/*",

0 commit comments

Comments
 (0)