Skip to content

Commit 9193f4d

Browse files
committed
Bump dependencies
1 parent 591beb5 commit 9193f4d

File tree

6 files changed

+276
-218
lines changed

6 files changed

+276
-218
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
os: [ubuntu-latest, macos-latest, windows-latest]
13-
rust: ["1.64.0", "stable"]
13+
rust: ["1.74.0", "stable"]
1414
runs-on: ${{ matrix.os }}
1515
steps:
1616
- name: Checkout source
@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
matrix:
3434
os: [ubuntu-latest, macos-latest]
35-
rust: ["1.64.0", "stable"]
35+
rust: ["1.74.0", "stable"]
3636
runs-on: ${{ matrix.os }}
3737
steps:
3838
- name: Checkout source

0 commit comments

Comments
 (0)