Skip to content

Commit

Permalink
bump dependencies to pre-releases
Browse files Browse the repository at this point in the history
  • Loading branch information
baloo committed Mar 27, 2024
1 parent cb2706f commit 1ac4faa
Show file tree
Hide file tree
Showing 13 changed files with 208 additions and 179 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ssh-key.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
strategy:
matrix:
rust:
- 1.65.0 # MSRV
- 1.72.0 # MSRV
- stable
target:
- thumbv7em-none-eabi
Expand All @@ -78,7 +78,7 @@ jobs:
strategy:
matrix:
rust:
- 1.65.0 # MSRV
- 1.72.0 # MSRV
- stable
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.69.0
toolchain: 1.72.0
components: clippy
- run: cargo clippy --all-features

Expand Down
Loading

0 comments on commit 1ac4faa

Please sign in to comment.