Skip to content

Commit

Permalink
downgrade serde_json to 1.0.120
Browse files Browse the repository at this point in the history
  • Loading branch information
seunlanlege committed Aug 13, 2024
1 parent 2c2ecf8 commit 67c2973
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ jobs:
- name: Build all binaries
continue-on-error: true
run: |
cargo update memchr@2.7.2
cargo update memchr --precise 2.7.4
cargo update serde_json --precise 1.0.120
cargo build --release --bins
- name: Aura Integration tests
Expand Down

0 comments on commit 67c2973

Please sign in to comment.