Skip to content

Commit

Permalink
use serde 1.0.189 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sander2 committed Oct 23, 2023
1 parent 801ec12 commit 6576be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
profile: minimal
toolchain: ${{ matrix.rust }}
override: true
- run: cargo update -p serde --precise 1.0.152
- run: cargo update -p serde --precise 1.0.189
- name: Running test script
env: ${{ matrix.env }}
run: ./contrib/test.sh
Expand Down

0 comments on commit 6576be9

Please sign in to comment.