Skip to content

Commit 29b981c

Browse files
authored
Merge pull request rust-lang#1 from epage/renovate/rust-1.x
chore(deps): update msrv to v1.65.0
2 parents d6b4446 + fbaab42 commit 29b981c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.clippy.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
msrv = "1.64.0" # MSRV
1+
msrv = "1.65.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

+3-3
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@ jobs:
4949
- name: No-default features
5050
run: cargo test --workspace --no-default-features
5151
msrv:
52-
name: "Check MSRV: 1.64.0"
52+
name: "Check MSRV: 1.65.0"
5353
runs-on: ubuntu-latest
5454
steps:
5555
- name: Checkout repository
5656
uses: actions/checkout@v3
5757
- name: Install Rust
5858
uses: dtolnay/rust-toolchain@stable
5959
with:
60-
toolchain: 1.64.0 # MSRV
60+
toolchain: 1.65.0 # MSRV
6161
- uses: Swatinem/rust-cache@v2
6262
- name: Default features
6363
run: cargo check --workspace --all-targets
@@ -107,7 +107,7 @@ jobs:
107107
- name: Install Rust
108108
uses: dtolnay/rust-toolchain@stable
109109
with:
110-
toolchain: 1.64.0 # MSRV
110+
toolchain: 1.65.0 # MSRV
111111
components: clippy
112112
- uses: Swatinem/rust-cache@v2
113113
- name: Install SARIF tools

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0"
66
categories = []
77
keywords = []
88
edition = "2021"
9-
rust-version = "1.64.0" # MSRV
9+
rust-version = "1.65.0" # MSRV
1010
include = [
1111
"build.rs",
1212
"src/**/*",

0 commit comments

Comments
 (0)