summaryrefslogtreecommitdiffstats
path: root/.builds
diff options
context:
space:
mode:
authorKirill Chibisov <contact@kchibisov.com>2020-07-28 13:00:55 +0300
committerGitHub <noreply@github.com>2020-07-28 13:00:55 +0300
commit6c4e45f3a69c71958e65fae9a15f82d0c5a27742 (patch)
tree311a32b95b705e9cded8fa2c6f06b297586513fe /.builds
parentb7faa9f4378cf922c44f53a8003731fb0de13670 (diff)
Bump minimum supported Rust version to 1.43.0
Diffstat (limited to '.builds')
-rw-r--r--.builds/freebsd.yml6
1 files changed, 3 insertions, 3 deletions
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