Skip to content

Commit

Permalink
Update stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
idanarye committed Feb 12, 2024
1 parent d13b603 commit d94ced2
Show file tree
Hide file tree
Showing 2 changed files with 351 additions and 275 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
rust: [1.75.0, nightly]
rust: [1.76.0, nightly]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.75.0
toolchain: 1.76.0
override: true
- name: Install dependencies
run: sudo apt-get update; sudo apt-get install --no-install-recommends libudev-dev
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
target: wasm32-unknown-unknown
toolchain: 1.75.0
toolchain: 1.76.0
override: true
- name: Get package names
id: get-package-names
Expand Down
Loading

0 comments on commit d94ced2

Please sign in to comment.