diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-04-23 03:43:21 +0200 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2020-04-23 19:04:13 +0000 |
commit | 738c8de23246c1e8be705163d17ce8a4288cef3d (patch) | |
tree | 7c484ae0d9713a247e06ea65aaa1270262826b7f /.builds | |
parent | 3bfb5958bc39360aeb071055660c2509650b6a95 (diff) | |
download | alacritty-738c8de23246c1e8be705163d17ce8a4288cef3d.tar.gz alacritty-738c8de23246c1e8be705163d17ce8a4288cef3d.zip |
Bump minimum supported Rust version to 1.41.0
Diffstat (limited to '.builds')
-rw-r--r-- | .builds/freebsd.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml index 005308fc..65281182 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-39-0: | - $HOME/.cargo/bin/rustup toolchain install --profile minimal 1.39.0 + - 1-41-0: | + $HOME/.cargo/bin/rustup toolchain install --profile minimal 1.41.0 cd alacritty - $HOME/.cargo/bin/cargo +1.39.0 test + $HOME/.cargo/bin/cargo +1.41.0 test - stable: | cd alacritty $HOME/.cargo/bin/cargo +stable test |