Skip to content

Commit

Permalink
ci: fix msrv check
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianLars committed Nov 5, 2024
1 parent 9752eb6 commit 32df1a7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 18 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/covector-version-or-publish-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ jobs:
# 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 +152,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 32df1a7

Please sign in to comment.