Skip to content

Commit

Permalink
chore: bump MSRV to Rust 1.7.0 and upgrade dependencies.
Browse files Browse the repository at this point in the history
Rust 1.7.0 stabilized `std::cell::OnceCell` which is a very useful I plan to use.
  • Loading branch information
plusvic committed Nov 4, 2023
1 parent 178b199 commit e6c9f40
Show file tree
Hide file tree
Showing 4 changed files with 342 additions and 411 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code_health.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@1.67.1
- uses: dtolnay/rust-toolchain@1.70.0
with:
components: clippy
- run: cargo clippy --tests --no-deps --all-features -- --deny clippy::all
Expand All @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@1.67.1
- uses: dtolnay/rust-toolchain@1.70.0
with:
components: rustfmt
- run: cargo fmt --all --check
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
include:
- build: msrv
os: ubuntu-latest
rust: 1.67.1
rust: 1.70.0
args: ""

- build: stable
Expand Down
Loading

0 comments on commit e6c9f40

Please # to comment.