Skip to content

Commit

Permalink
Cargo.lock: Update dependencies; MSRV 1.70.0 (#762)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shella committed Oct 4, 2023
1 parent 6459935 commit b65af58
Show file tree
Hide file tree
Showing 4 changed files with 278 additions and 346 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
matrix:
toolchain:
- stable
- 1.65.0 # MSRV
- 1.70.0 # MSRV
runs-on: ubuntu-latest
steps:
- name: Checkout sources
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
matrix:
toolchain:
- stable
- 1.65.0 # MSRV
- 1.70.0 # MSRV
runs-on: ubuntu-latest
steps:
- name: Checkout sources
Expand Down Expand Up @@ -222,7 +222,7 @@ jobs:
- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: 1.65.0 # MSRV
toolchain: 1.70.0 # MSRV
override: true

- name: Install libudev-dev
Expand Down
Loading

0 comments on commit b65af58

Please sign in to comment.