Skip to content

Commit

Permalink
ci: fix msrv check (#11590)
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianLars authored Nov 5, 2024
1 parent 9752eb6 commit 7c16d0f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 20 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/covector-version-or-publish-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,13 +120,14 @@ jobs:
cargo update -p os_str_bytes --precise 6.5.1
cargo update -p thread_local --precise 1.1.7
cargo update -p cc --precise 1.0.94
cargo update -p home --precise 0.5.5
cargo update -p tree_magic_mini --precise 3.0.3
cargo update -p tokio-test --precise 0.4.3
cargo update -p tokio-stream --precise 0.1.14
cargo update -p tokio-util --precise 0.7.10
cargo update -p os_pipe --precise 1.1.5
cargo update -p syn:2.0.82 --precise 2.0.67
cargo update -p serde --precise 1.0.210
cargo update -p thiserror --precise 1.0.65
cargo update -p syn:2.0.87 --precise 2.0.67
cargo update -p derive_more --precise 0.99.17
cargo update -p native-tls --precise 0.2.11
cargo update -p ppv-lite86 --precise 0.2.17
Expand All @@ -135,14 +136,15 @@ jobs:
cargo update -p security-framework-sys --precise 2.11.1
cargo update -p openssl --precise 0.10.66
cargo update -p openssl-sys --precise 0.9.103
cargo update -p idna_adapter --precise 1.1.0
cargo update -p fdeflate --precise 0.3.5
- name: Downgrade crates with MSRV conflict (bundler)
# This is for the bundler but since cli depends on the bundler we enable it for the cli too
if: ${{ matrix.project.name != 'core' }}
# The --precise flag can only be used once per invocation.
run: |
cd tooling/bundler
cargo update -p ravif --precise 0.11.5
cargo update -p bitstream-io --precise 2.3.0
# Not really required since it's a binary
Expand All @@ -153,7 +155,6 @@ jobs:
cd tooling/cli
cargo update -p clap_complete --precise 4.4.10
cargo update -p clap --precise 4.4.18
cargo update -p ravif --precise 0.11.5
cargo update -p bitstream-io --precise 2.3.0
- name: test build
Expand Down
29 changes: 13 additions & 16 deletions tooling/bundler/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7c16d0f

Please sign in to comment.