From 98c0988dd69b0cc4f1ecee9bbc41f5c7b3890fda Mon Sep 17 00:00:00 2001 From: ComplexSpaces Date: Thu, 6 Jun 2024 18:04:21 -0500 Subject: [PATCH] Try and remove lockfile wrangling --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b9f1587..abb3ce9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -132,8 +132,8 @@ jobs: # XXX: Downgrade various dependencies to make them or their sub-dependencies MSRV compatible. run: | cargo generate-lockfile - cargo update -p proc-macro-crate --precise "1.3.0" cargo update -p regex --precise "1.9.6" + # cargo update -p proc-macro-crate --precise "1.3.0" - name: Clippy MSRV run: cargo clippy --features=rt-tokio-crypto-rust --all-targets --all -- -D clippy::dbg_macro -D warnings -F unused_must_use