Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fornwall committed Sep 3, 2024
1 parent fb4e627 commit ae99ced
Show file tree
Hide file tree
Showing 6 changed files with 290 additions and 228 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
rust: ["1.64.0", "stable"]
rust: ["1.74.0", "stable"]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout source
Expand All @@ -32,7 +32,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
rust: ["1.64.0", "stable"]
rust: ["1.74.0", "stable"]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout source
Expand Down
Loading

0 comments on commit ae99ced

Please sign in to comment.