We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d095989 commit d7a2463Copy full SHA for d7a2463
.github/workflows/ci.yml
@@ -45,7 +45,11 @@ jobs:
45
- run: cargo update
46
47
# This is the version last compatible with 1.31
48
- - run: cargo update -p backtrace --precise 0.3.35
+ - 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
53
if: matrix.rust == '1.31.0'
54
55
- run: cargo build
0 commit comments