Skip to content

Commit

Permalink
set serde_json to 1.0.100 in CI s.t. we can build with Rust 1.41.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sander2 committed Oct 23, 2023
1 parent 6576be9 commit ad106c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
profile: minimal
toolchain: ${{ matrix.rust }}
override: true
- run: cargo update -p serde_json --precise 1.0.100
- run: cargo update -p serde --precise 1.0.189
- name: Running test script
env: ${{ matrix.env }}
Expand Down

0 comments on commit ad106c2

Please sign in to comment.