Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
paolobarbolini committed Nov 26, 2023
1 parent f7f620e commit c924c7e
Show file tree
Hide file tree
Showing 5 changed files with 145 additions and 279 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- uses: dtolnay/rust-toolchain@master
with:
toolchain: "1.64.0"
toolchain: "1.70.0"

- name: version info
run: rustc --version; cargo --version;
Expand All @@ -30,7 +30,7 @@ jobs:

- uses: dtolnay/rust-toolchain@master
with:
toolchain: "1.64.0"
toolchain: "1.70.0"

- run: |
rustup component add rustfmt
Expand All @@ -44,7 +44,7 @@ jobs:

- uses: dtolnay/rust-toolchain@master
with:
toolchain: "1.64.0"
toolchain: "1.70.0"

- run: |
rustup component add clippy
Expand Down
Loading

0 comments on commit c924c7e

Please sign in to comment.