From 9c4b1ba2e555da91b656a6ff07e894e6b2260297 Mon Sep 17 00:00:00 2001 From: Fabian-Lars Date: Wed, 8 Jan 2025 00:04:57 +0100 Subject: [PATCH 1/8] ci: downgrade windows-version in msrv check --- .github/workflows/covector-version-or-publish-v1.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/covector-version-or-publish-v1.yml b/.github/workflows/covector-version-or-publish-v1.yml index 66ac416738d5..3a40dfa33b67 100644 --- a/.github/workflows/covector-version-or-publish-v1.yml +++ b/.github/workflows/covector-version-or-publish-v1.yml @@ -148,6 +148,7 @@ 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@0.1.2 --precise 0.1.1 - 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 From dc442eb7723e15439b4e0c0d4488f4cadf9bf3a6 Mon Sep 17 00:00:00 2001 From: Fabian-Lars Date: Wed, 8 Jan 2025 00:05:22 +0100 Subject: [PATCH 2/8] fmt --- .github/workflows/covector-version-or-publish-v1.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/covector-version-or-publish-v1.yml b/.github/workflows/covector-version-or-publish-v1.yml index 3a40dfa33b67..d1a951f847f6 100644 --- a/.github/workflows/covector-version-or-publish-v1.yml +++ b/.github/workflows/covector-version-or-publish-v1.yml @@ -148,7 +148,7 @@ 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@0.1.2 --precise 0.1.1 + cargo update -p windows-version@0.1.2 --precise 0.1.1 - 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 From ce3e92c85dfdc7a41e610a5605616e3bbaf64b58 Mon Sep 17 00:00:00 2001 From: Fabian-Lars Date: Wed, 8 Jan 2025 00:05:34 +0100 Subject: [PATCH 3/8] Update covector-version-or-publish-v1.yml --- .github/workflows/covector-version-or-publish-v1.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/covector-version-or-publish-v1.yml b/.github/workflows/covector-version-or-publish-v1.yml index d1a951f847f6..908841a29812 100644 --- a/.github/workflows/covector-version-or-publish-v1.yml +++ b/.github/workflows/covector-version-or-publish-v1.yml @@ -148,7 +148,7 @@ 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@0.1.2 --precise 0.1.1 + cargo update -p windows-version --precise 0.1.1 - 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 From 2bc07f8ecaffe542aba6ac6a1c4bd2947aa24ccc Mon Sep 17 00:00:00 2001 From: Fabian-Lars Date: Wed, 8 Jan 2025 14:04:38 +0100 Subject: [PATCH 4/8] Update covector-version-or-publish-v1.yml --- .github/workflows/covector-version-or-publish-v1.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/covector-version-or-publish-v1.yml b/.github/workflows/covector-version-or-publish-v1.yml index 908841a29812..444a337ed095 100644 --- a/.github/workflows/covector-version-or-publish-v1.yml +++ b/.github/workflows/covector-version-or-publish-v1.yml @@ -149,6 +149,9 @@ jobs: 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 --precise 0.11.2 + cargo update -p phf_shared --precise 0.11.2 + cargo update -p phf_macros --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 @@ -161,6 +164,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) From 8169cbbb8dbbde383d088f9954618da4db45b83a Mon Sep 17 00:00:00 2001 From: Fabian-Lars Date: Wed, 8 Jan 2025 14:10:48 +0100 Subject: [PATCH 5/8] Update covector-version-or-publish-v1.yml --- .github/workflows/covector-version-or-publish-v1.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/covector-version-or-publish-v1.yml b/.github/workflows/covector-version-or-publish-v1.yml index 444a337ed095..8cd4bb887962 100644 --- a/.github/workflows/covector-version-or-publish-v1.yml +++ b/.github/workflows/covector-version-or-publish-v1.yml @@ -149,9 +149,9 @@ jobs: 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 --precise 0.11.2 - cargo update -p phf_shared --precise 0.11.2 - cargo update -p phf_macros --precise 0.11.2 + 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 - 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 From 12792e4399a2c6c2033d0a947dc15b89cb4ce9e1 Mon Sep 17 00:00:00 2001 From: Fabian-Lars Date: Wed, 8 Jan 2025 14:24:08 +0100 Subject: [PATCH 6/8] Update covector-version-or-publish-v1.yml --- .github/workflows/covector-version-or-publish-v1.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/covector-version-or-publish-v1.yml b/.github/workflows/covector-version-or-publish-v1.yml index 8cd4bb887962..861252ebfde2 100644 --- a/.github/workflows/covector-version-or-publish-v1.yml +++ b/.github/workflows/covector-version-or-publish-v1.yml @@ -149,9 +149,9 @@ jobs: 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: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 - 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 From cda89705bee1e74bc2af29b6dcb6a882a0e4db13 Mon Sep 17 00:00:00 2001 From: Fabian-Lars Date: Wed, 8 Jan 2025 17:11:05 +0100 Subject: [PATCH 7/8] Update covector-version-or-publish-v1.yml --- .github/workflows/covector-version-or-publish-v1.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/covector-version-or-publish-v1.yml b/.github/workflows/covector-version-or-publish-v1.yml index 861252ebfde2..05c9f52cde5c 100644 --- a/.github/workflows/covector-version-or-publish-v1.yml +++ b/.github/workflows/covector-version-or-publish-v1.yml @@ -152,6 +152,7 @@ jobs: 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 From d526cdf9cd19d9b113b554eae2821a2ed55b5431 Mon Sep 17 00:00:00 2001 From: Fabian-Lars Date: Wed, 8 Jan 2025 19:17:24 +0100 Subject: [PATCH 8/8] Update covector-version-or-publish-v1.yml --- .github/workflows/covector-version-or-publish-v1.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/covector-version-or-publish-v1.yml b/.github/workflows/covector-version-or-publish-v1.yml index 05c9f52cde5c..3b78daf68bdc 100644 --- a/.github/workflows/covector-version-or-publish-v1.yml +++ b/.github/workflows/covector-version-or-publish-v1.yml @@ -180,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 }}