Skip to content

Commit

Permalink
Merge pull request #682 from epage/msrv
Browse files Browse the repository at this point in the history
chore: Update MSRV to 1.70
  • Loading branch information
epage committed Feb 8, 2024
2 parents 4067c5e + b4108f1 commit 565637e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .clippy.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
msrv = "1.69" # MSRV
msrv = "1.70" # MSRV
warn-on-all-wildcard-imports = true
allow-expect-in-tests = true
allow-unwrap-in-tests = true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,15 @@ jobs:
- name: toml (no-default features)
run: cargo test -p toml --no-default-features
msrv:
name: "Check MSRV: 1.69"
name: "Check MSRV: 1.70"
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
with:
toolchain: "1.69" # MSRV
toolchain: "1.70" # MSRV
- uses: Swatinem/rust-cache@v2
- name: Default features
run: cargo check --workspace --all-targets
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
with:
toolchain: "1.69" # MSRV
toolchain: "1.70" # MSRV
components: clippy
- uses: Swatinem/rust-cache@v2
- name: Install SARIF tools
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ homepage = "https://github.com/toml-rs/toml"
repository = "https://github.com/toml-rs/toml"
license = "MIT OR Apache-2.0"
edition = "2021"
rust-version = "1.69" # MSRV
rust-version = "1.70" # MSRV
include = [
"build.rs",
"src/**/*",
Expand Down

0 comments on commit 565637e

Please sign in to comment.