We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff88a70 commit d48ac22Copy full SHA for d48ac22
.github/workflows/cont_integration.yml
@@ -48,6 +48,9 @@ jobs:
48
run: rustup component add clippy
49
- name: Update toolchain
50
run: rustup update
51
+ - name: pin dependencies
52
+ if: ${{ matrix.rust.version }} == 1.57.0
53
+ run: cargo update -p log --precise 0.4.18 && cargo update -p rustls@0.21.2 --precise 0.21.1
54
- name: Build
55
run: cargo build --features ${{ matrix.features }} --no-default-features
56
- name: Clippy
0 commit comments