We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 493e164 commit 4ef11a2Copy full SHA for 4ef11a2
.github/workflows/rust.yml
@@ -21,7 +21,9 @@ jobs:
21
profile: minimal
22
toolchain: ${{ matrix.rust }}
23
override: true
24
- - run: cargo update -p serde --precise 1.0.152
+ - run: cargo update --package backtrace --precise 0.3.50
25
+ - run: cargo update --package async-trait --precise 0.1.53
26
+ - run: cargo update --package serde --precise 1.0.152
27
- name: Running test script
28
run: ./contrib/test.sh
29
0 commit comments