diff options
| author | Kirill Chibisov <contact@kchibisov.com> | 2025-05-26 20:59:28 +0900 |
|---|---|---|
| committer | Kirill Chibisov <contact@kchibisov.com> | 2025-05-28 14:16:36 +0900 |
| commit | 1fb1fd225e318b0bd1a1ccdad07f36386e0024ec (patch) | |
| tree | 6b233fec48b6c7271b85764f525adb1411c1ac28 /.github | |
| parent | 00a516abc78f54fe16ec820e58613bd8ac394d44 (diff) | |
| download | r-alacritty-1fb1fd225e318b0bd1a1ccdad07f36386e0024ec.tar.gz r-alacritty-1fb1fd225e318b0bd1a1ccdad07f36386e0024ec.tar.bz2 r-alacritty-1fb1fd225e318b0bd1a1ccdad07f36386e0024ec.zip | |
Bump MSRV to 1.81.0
Also use workspace to specify that.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c65e7f82..d7ae755d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: run: cargo test -p alacritty_terminal --no-default-features - name: Oldstable run: | - rustup default $(cat alacritty/Cargo.toml | grep "rust-version" | sed 's/.*"\(.*\)".*/\1/') + rustup default $(cat Cargo.toml | grep "rust-version" | sed 's/.*"\(.*\)".*/\1/') cargo test - name: Clippy run: | |