summaryrefslogtreecommitdiffstats
path: root/.builds/linux.yml
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2021-07-14 02:18:40 +0000
committerGitHub <noreply@github.com>2021-07-14 02:18:40 +0000
commite0f0cdfb8aed4c99819019fd3d515d3584e01a45 (patch)
tree33bc1f527f72e7f584c04abf996f3baf77901eb7 /.builds/linux.yml
parent2de20378acbb04b2c1408fe715a9642eaa3010ed (diff)
Update dependencies
Diffstat (limited to '.builds/linux.yml')
-rw-r--r--.builds/linux.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.builds/linux.yml b/.builds/linux.yml
index dc107515..3dc36553 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.45.2
- rustup default 1.45.2
+ rustup toolchain install --profile minimal 1.46.0
+ rustup default 1.46.0
cargo test
- clippy: |
cd alacritty