Skip to content

Commit 6f61d2e

Browse files
committed
ci: pin tokio to 1.29.1 to build with MSRV 1.57.0
also: - pin any version of tempfile to 3.6.0 - pin cc to 1.0.81 - pin flate2 to 1.0.26
1 parent fdb9d18 commit 6f61d2e

File tree

3 files changed

+118
-96
lines changed

3 files changed

+118
-96
lines changed

.github/workflows/cont_integration.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,11 @@ jobs:
5454
cargo update
5555
cargo update -p log --precise 0.4.18
5656
cargo update -p hashlink --precise 0.8.0
57-
cargo update -p tempfile:3.7.0 --precise 3.6.0
57+
cargo update -p tempfile --precise 3.6.0
5858
cargo update -p base64ct --precise 1.5.3
59+
cargo update -p cc --precise 1.0.81
60+
cargo update -p tokio --precise 1.29.1
61+
cargo update -p flate2 --precise 1.0.26
5962
- name: Build
6063
run: cargo build --no-default-features --features repl,${{ matrix.features }} --locked
6164
- name: Clippy

0 commit comments

Comments
 (0)