Skip to content

Commit

Permalink
Bump dependencies (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
paolobarbolini committed Feb 6, 2024
1 parent f7f620e commit 318c984
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

0 comments on commit 318c984

Please sign in to comment.