Skip to content

Commit

Permalink
Merge pull request science-computing#265 from primeos-work/cargo-update
Browse files Browse the repository at this point in the history
Update all dependencies (Cargo.lock) and bump the MSRV to 1.67.0
  • Loading branch information
primeos-work authored Jul 31, 2023
2 parents ba6594a + 6fdbf6f commit 427898c
Show file tree
Hide file tree
Showing 4 changed files with 199 additions and 197 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install toolchain
uses: dtolnay/rust-toolchain@v1
with:
toolchain: 1.65.0 # MSRV
toolchain: 1.67.0 # MSRV
components: rustfmt

- name: Run cargo fmt
Expand All @@ -26,7 +26,7 @@ jobs:
strategy:
matrix:
rust:
- 1.65.0 # MSRV
- 1.67.0 # MSRV
- stable
- beta

Expand All @@ -53,7 +53,7 @@ jobs:
strategy:
matrix:
rust:
- 1.65.0 # MSRV
- 1.67.0 # MSRV
- stable
- beta
steps:
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
- beta
optional: [true]
include:
- rust: 1.65.0 # MSRV
- rust: 1.67.0 # MSRV
optional: false
steps:
- uses: actions/checkout@v3.5.3
Expand Down
Loading

0 comments on commit 427898c

Please sign in to comment.