From 4c171e767862e744ceed31def4036c79d7ebf1af Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Thu, 16 Jun 2022 17:36:27 +0200 Subject: Bump copypasta to 0.8.0 This also applies all non-breaking semver updates. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6027f2b7..dea6dd4a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: run: cargo test - name: Oldstable run: | - rustup default 1.56.0 + rustup default 1.57.0 cargo test - name: Clippy run: | -- cgit