From 25b914ba0a2c2b2d84998615c044074e8210a612 Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Tue, 11 Jun 2024 16:00:47 -0500 Subject: [PATCH] ci: pin url dependency version to build with rust 1.63 --- .github/workflows/cont_integration.yml | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/cont_integration.yml b/.github/workflows/cont_integration.yml index 7507478ea..0b853b8de 100644 --- a/.github/workflows/cont_integration.yml +++ b/.github/workflows/cont_integration.yml @@ -34,6 +34,7 @@ jobs: cargo update -p time --precise "0.3.20" cargo update -p home --precise "0.5.5" cargo update -p proptest --precise "1.2.0" + cargo update -p url --precise "2.5.0" - name: Build run: cargo build ${{ matrix.features }} - name: Test diff --git a/README.md b/README.md index 58ad483f9..b3bdd1f76 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,7 @@ cargo update -p zstd-sys --precise "2.0.8+zstd.1.5.5" cargo update -p time --precise "0.3.20" cargo update -p home --precise "0.5.5" cargo update -p proptest --precise "1.2.0" +cargo update -p url --precise "2.5.0" ``` ## License