Skip to content

Commit

Permalink
ci: downgrade windows-version in msrv check (#12305)
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianLars authored Jan 10, 2025
1 parent b802a06 commit b3c258d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/covector-version-or-publish-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,11 @@ jobs:
cargo update -p tracing --precise 0.1.40
cargo update -p tracing-core --precise 0.1.32
cargo update -p tracing-attributes --precise 0.1.27
cargo update -p windows-version --precise 0.1.1
cargo update -p phf:0.11.3 --precise 0.11.2
cargo update -p phf_shared:0.11.3 --precise 0.11.2
cargo update -p phf_macros:0.11.3 --precise 0.11.2
cargo update -p phf_generator:0.11.3 --precise 0.11.2
- 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
Expand All @@ -160,6 +165,7 @@ jobs:
cargo update -p zerofrom --precise 0.1.4
cargo update -p litemap --precise 0.7.3
cargo update -p bstr --precise 1.10.0
cargo update -p windows-version --precise 0.1.1
# Not really required since it's a binary
- name: Downgrade crates with MSRV conflict (cli)
Expand All @@ -174,6 +180,7 @@ jobs:
cargo update -p zerofrom --precise 0.1.4
cargo update -p litemap --precise 0.7.3
cargo update -p bstr --precise 1.10.0
cargo update -p windows-version --precise 0.1.1
- name: test build
run: cargo check --target ${{ matrix.platform.target }} ${{ matrix.project.flags }}
Expand Down

0 comments on commit b3c258d

Please sign in to comment.