From c1144817837440f3a6f3bb74cfb3d84684555b82 Mon Sep 17 00:00:00 2001 From: Jon Gjengset Date: Sat, 12 Feb 2022 11:13:11 -0800 Subject: [PATCH] Bump MSRV for rustdoc:: lint prefix Yes, this is stupid. But no, I don't want to implement a workaround. See https://github.com/rust-lang/rust/pull/86849 --- .github/workflows/msrv.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/msrv.yml b/.github/workflows/msrv.yml index d7892af..7dde2bc 100644 --- a/.github/workflows/msrv.yml +++ b/.github/workflows/msrv.yml @@ -10,10 +10,10 @@ jobs: - uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: 1.49.0 # std::hint::spin_loop + toolchain: 1.52.0 # rustdoc:: lint prefix override: true - uses: actions/checkout@v2 - - name: cargo +1.49.0 check + - name: cargo +1.52.0 check uses: actions-rs/cargo@v1 with: command: check