From 1581c16387b158999cd8add4d98041239b0098e3 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Sun, 15 Feb 2026 14:56:33 -0800 Subject: [PATCH] Pin uuid in CI to fix the MSRV build. --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f59f4387..c58b56cf 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -375,6 +375,7 @@ jobs: - name: Use specific dependency versions for Rust 1.70 compatibility. run: | cargo update --package=once_cell --precise=1.20.3 + cargo update --package=uuid --precise=1.20.0 # Don't use --all-features because some of the features have dependencies # that don't work on newer Rust versions.