Skip to content

Commit

Permalink
ci: pin tokio to 1.29.1 to build with MSRV 1.57.0
Browse files Browse the repository at this point in the history
also:
- pin any version of tempfile to 3.6.0
- pin cc to 1.0.81
- pin flate2 to 1.0.26
  • Loading branch information
notmandatory committed Aug 17, 2023
1 parent fdb9d18 commit 6f61d2e
Show file tree
Hide file tree
Showing 3 changed files with 118 additions and 96 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/cont_integration.yml
Expand Up @@ -54,8 +54,11 @@ jobs:
cargo update
cargo update -p log --precise 0.4.18
cargo update -p hashlink --precise 0.8.0
cargo update -p tempfile:3.7.0 --precise 3.6.0
cargo update -p tempfile --precise 3.6.0
cargo update -p base64ct --precise 1.5.3
cargo update -p cc --precise 1.0.81
cargo update -p tokio --precise 1.29.1
cargo update -p flate2 --precise 1.0.26
- name: Build
run: cargo build --no-default-features --features repl,${{ matrix.features }} --locked
- name: Clippy
Expand Down

0 comments on commit 6f61d2e

Please sign in to comment.