From d7a246303cc9dfb0ff97d6805a05f32ff95dcec0 Mon Sep 17 00:00:00 2001 From: Jake Goulding Date: Mon, 9 Jun 2025 11:46:47 -0400 Subject: [PATCH] Pin more dependency versions to old releases for MSRV --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e57e01a5..e8913969 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,11 @@ jobs: - run: cargo update # This is the version last compatible with 1.31 - - run: cargo update -p backtrace --precise 0.3.35 + - run: |- + cargo update -p backtrace --precise 0.3.35 + cargo update -p cc --precise 1.0.37 + cargo update -p libc --precise 0.2.45 + cargo update -p rustc-demangle --precise 0.1.4 if: matrix.rust == '1.31.0' - run: cargo build