diff --git a/.github/workflows/covector-version-or-publish-v1.yml b/.github/workflows/covector-version-or-publish-v1.yml index 66ac416738d5..3b78daf68bdc 100644 --- a/.github/workflows/covector-version-or-publish-v1.yml +++ b/.github/workflows/covector-version-or-publish-v1.yml @@ -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 @@ -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) @@ -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 }}