Skip to content

Commit d7a2463

Browse files
committed
Pin more dependency versions to old releases for MSRV
1 parent d095989 commit d7a2463

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,11 @@ jobs:
4545
- run: cargo update
4646

4747
# This is the version last compatible with 1.31
48-
- run: cargo update -p backtrace --precise 0.3.35
48+
- run: |-
49+
cargo update -p backtrace --precise 0.3.35
50+
cargo update -p cc --precise 1.0.37
51+
cargo update -p libc --precise 0.2.45
52+
cargo update -p rustc-demangle --precise 0.1.4
4953
if: matrix.rust == '1.31.0'
5054
5155
- run: cargo build

0 commit comments

Comments
 (0)