Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 63ea85d

Browse files
committedOct 23, 2023
fix: don't restrict serde to 1.0.152 in CI
1 parent 801ec12 commit 63ea85d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/rust.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
profile: minimal
2828
toolchain: ${{ matrix.rust }}
2929
override: true
30-
- run: cargo update -p serde --precise 1.0.152
30+
- run: cargo update -p serde
3131
- name: Running test script
3232
env: ${{ matrix.env }}
3333
run: ./contrib/test.sh

0 commit comments

Comments
 (0)
Please sign in to comment.