Skip to content

Commit

Permalink
merge from upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
soleinik-figment committed Nov 16, 2022
2 parents 5014f1f + 0652ba1 commit 6cbecd8
Show file tree
Hide file tree
Showing 4 changed files with 342 additions and 185 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.57.0 # MSRV
- 1.59.0 # MSRV
runs-on: ubuntu-latest
steps:
- name: Checkout sources
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
matrix:
toolchain:
- stable
- 1.57.0 # MSRV
- 1.59.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.57.0 # MSRV
toolchain: 1.59.0 # MSRV
override: true

- name: Install libudev-dev
Expand Down
Loading

0 comments on commit 6cbecd8

Please sign in to comment.