From 6c4e45f3a69c71958e65fae9a15f82d0c5a27742 Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Tue, 28 Jul 2020 13:00:55 +0300 Subject: Bump minimum supported Rust version to 1.43.0 --- .builds/freebsd.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.builds') diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml index 65281182..d95b0fb0 100644 --- a/.builds/freebsd.yml +++ b/.builds/freebsd.yml @@ -12,10 +12,10 @@ sources: tasks: - rustup: | curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain stable --profile minimal - - 1-41-0: | - $HOME/.cargo/bin/rustup toolchain install --profile minimal 1.41.0 + - 1-43-1: | + $HOME/.cargo/bin/rustup toolchain install --profile minimal 1.43.1 cd alacritty - $HOME/.cargo/bin/cargo +1.41.0 test + $HOME/.cargo/bin/cargo +1.43.1 test - stable: | cd alacritty $HOME/.cargo/bin/cargo +stable test -- cgit v1.2.3-54-g00ecf