Skip to content

Commit 67c2973

Browse files
committed
downgrade serde_json to 1.0.120
1 parent 2c2ecf8 commit 67c2973

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ jobs:
5454
- name: Build all binaries
5555
continue-on-error: true
5656
run: |
57-
cargo update [email protected]
57+
cargo update memchr --precise 2.7.4
58+
cargo update serde_json --precise 1.0.120
5859
cargo build --release --bins
5960
6061
- name: Aura Integration tests

0 commit comments

Comments
 (0)