Skip to content

Commit

Permalink
Pin for MSRV 1.57.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DanGould committed Jan 4, 2024
1 parent e93f225 commit 33ea38b
Show file tree
Hide file tree
Showing 3 changed files with 475 additions and 165 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/cont_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,18 +56,9 @@ jobs:
cargo update -p hashlink --precise 0.8.0
cargo update -p tempfile --precise 3.6.0
cargo update -p base64ct --precise 1.5.3
cargo update -p flate2 --precise 1.0.26
cargo update -p h2:0.3.21 --precise 0.3.20
cargo update -p reqwest:0.11.22 --precise 0.11.18
cargo update -p tokio:1.33.0 --precise 1.29.1
cargo update -p tokio-util:0.7.9 --precise 0.7.8
cargo update -p rustls --precise 0.20.8
cargo update -p byteorder --precise "1.4.3"
cargo update -p webpki --precise 0.22.2
cargo update -p cc --precise 1.0.81
cargo update -p os_str_bytes --precise 6.5.1
cargo update -p jobserver --precise 0.1.26
cargo update -p tokio:1.33.0 --precise 1.29.1
cargo update -p flate2 --precise 1.0.26
- name: Build
run: cargo build --no-default-features --features repl,${{ matrix.features }}
Expand Down
Loading

0 comments on commit 33ea38b

Please sign in to comment.