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. --- .builds/linux.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.builds/linux.yml') diff --git a/.builds/linux.yml b/.builds/linux.yml index 6a59e25c..a61afd3a 100644 --- a/.builds/linux.yml +++ b/.builds/linux.yml @@ -27,8 +27,8 @@ tasks: cargo +nightly fmt -- --check - oldstable: | cd alacritty - rustup toolchain install --profile minimal 1.56.0 - rustup default 1.56.0 + rustup toolchain install --profile minimal 1.57.0 + rustup default 1.57.0 cargo test - clippy: | cd alacritty -- cgit v1.2.3-54-g00ecf