Skip to content

Commit 4ef11a2

Browse files
committed
ci: Fix build for MSRV
1 parent 493e164 commit 4ef11a2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/rust.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ jobs:
2121
profile: minimal
2222
toolchain: ${{ matrix.rust }}
2323
override: true
24-
- run: cargo update -p serde --precise 1.0.152
24+
- 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
2527
- name: Running test script
2628
run: ./contrib/test.sh
2729

0 commit comments

Comments
 (0)