Skip to content

Commit

Permalink
bump: deps; msrv
Browse files Browse the repository at this point in the history
  • Loading branch information
emturner committed Jan 4, 2024
1 parent 79ee1cf commit 59fd2cc
Show file tree
Hide file tree
Showing 14 changed files with 187 additions and 272 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ jobs:
- uses: actions/checkout@v3
- name: Setup Rust (regular)
if: matrix.sanitizer != 'address'
uses: dtolnay/rust-toolchain@1.61.0
uses: dtolnay/rust-toolchain@1.65.0
with:
target: wasm32-unknown-unknown
- name: Setup Rust (for sanitizer)
if: matrix.sanitizer == 'address'
uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly-2022-07-20
toolchain: nightly-2022-11-03
- name: Settings for cargo in Linux
if: matrix.sanitizer == 'address'
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@1.61.0
- uses: dtolnay/rust-toolchain@1.65.0
with:
components: clippy
- name: lint
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rustfmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@1.61.0
- uses: dtolnay/rust-toolchain@1.65.0
with:
components: rustfmt
- name: check formatting
run: cargo fmt --all -- --check
run: cargo fmt --all -- --check
Loading

0 comments on commit 59fd2cc

Please sign in to comment.