From 9b80bf4d2ea8e9a1be245d9045db4dcaf531a1f5 Mon Sep 17 00:00:00 2001 From: Serge Klochkov <3175289+slvrtrn@users.noreply.github.com> Date: Thu, 18 Sep 2025 11:43:10 +0200 Subject: [PATCH 1/4] ci: update the msrv workflow deps override --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c03ab144..6eacdfa8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,6 +41,9 @@ jobs: - run: cargo update -p zerofrom --precise 0.1.5 # 0.1.6 requires rustc 1.81 - run: cargo update -p lz4_flex --precise 0.11.3 # 0.11.4 requires rustc 1.81 - run: cargo update -p url --precise 2.5.0 # 2.5.4 requires rustc 1.82 + - run: cargo update -p deranged --precise 0.4.0 # 0.5.x requires rustc 1.81 + - run: cargo update -p time --precise 0.3.41 # 0.3.43 requires rustc 1.81 + - run: cargo update -p time-core --precise 0.1.4 # 0.1.6 requires rustc 1.81 - run: cargo build - run: cargo build --no-default-features - run: cargo build --features uuid,time,chrono From c1daee916a35284482141f6cd58b4a99c7b8b99e Mon Sep 17 00:00:00 2001 From: Serge Klochkov <3175289+slvrtrn@users.noreply.github.com> Date: Thu, 18 Sep 2025 11:44:55 +0200 Subject: [PATCH 2/4] ci: update the msrv workflow deps override --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6eacdfa8..4adbfff2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,9 +41,9 @@ jobs: - run: cargo update -p zerofrom --precise 0.1.5 # 0.1.6 requires rustc 1.81 - run: cargo update -p lz4_flex --precise 0.11.3 # 0.11.4 requires rustc 1.81 - run: cargo update -p url --precise 2.5.0 # 2.5.4 requires rustc 1.82 - - run: cargo update -p deranged --precise 0.4.0 # 0.5.x requires rustc 1.81 - - run: cargo update -p time --precise 0.3.41 # 0.3.43 requires rustc 1.81 - run: cargo update -p time-core --precise 0.1.4 # 0.1.6 requires rustc 1.81 + - run: cargo update -p time --precise 0.3.41 # 0.3.43 requires rustc 1.81 + - run: cargo update -p deranged --precise 0.5.2 # 0.5.x requires rustc 1.81 - run: cargo build - run: cargo build --no-default-features - run: cargo build --features uuid,time,chrono From e5457924dc54ac53066344e440fa9927852f74c3 Mon Sep 17 00:00:00 2001 From: Serge Klochkov <3175289+slvrtrn@users.noreply.github.com> Date: Thu, 18 Sep 2025 11:46:09 +0200 Subject: [PATCH 3/4] ci: update the msrv workflow deps override --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4adbfff2..9637352c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,8 +41,8 @@ jobs: - run: cargo update -p zerofrom --precise 0.1.5 # 0.1.6 requires rustc 1.81 - run: cargo update -p lz4_flex --precise 0.11.3 # 0.11.4 requires rustc 1.81 - run: cargo update -p url --precise 2.5.0 # 2.5.4 requires rustc 1.82 - - run: cargo update -p time-core --precise 0.1.4 # 0.1.6 requires rustc 1.81 - run: cargo update -p time --precise 0.3.41 # 0.3.43 requires rustc 1.81 + - run: cargo update -p time-core --precise 0.1.4 # 0.1.6 requires rustc 1.81 - run: cargo update -p deranged --precise 0.5.2 # 0.5.x requires rustc 1.81 - run: cargo build - run: cargo build --no-default-features From be6e9f042e81e43086c720251373f2ee8679a39e Mon Sep 17 00:00:00 2001 From: Serge Klochkov <3175289+slvrtrn@users.noreply.github.com> Date: Thu, 18 Sep 2025 11:47:23 +0200 Subject: [PATCH 4/4] ci: update the msrv workflow deps override --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9637352c..f3c167f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: - run: cargo update -p url --precise 2.5.0 # 2.5.4 requires rustc 1.82 - run: cargo update -p time --precise 0.3.41 # 0.3.43 requires rustc 1.81 - run: cargo update -p time-core --precise 0.1.4 # 0.1.6 requires rustc 1.81 - - run: cargo update -p deranged --precise 0.5.2 # 0.5.x requires rustc 1.81 + - run: cargo update -p deranged --precise 0.4.0 # 0.5.x requires rustc 1.81 - run: cargo build - run: cargo build --no-default-features - run: cargo build --features uuid,time,chrono