aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2024-08-06 18:17:43 +0300
committerIvan Molodetskikh <yalterz@gmail.com>2024-08-06 18:17:43 +0300
commit1cf5cfce064ba9926b9777df34cb5a4add0e1f64 (patch)
treee0bc6fa2bfc194762cd9dcefc41146c943d7e221 /.github/workflows
parent8ff90c4fc2e2aceaf92c7efad8d7248d47100069 (diff)
downloadniri-1cf5cfce064ba9926b9777df34cb5a4add0e1f64.tar.gz
niri-1cf5cfce064ba9926b9777df34cb5a4add0e1f64.tar.bz2
niri-1cf5cfce064ba9926b9777df34cb5a4add0e1f64.zip
Bump MSRV to 1.77.0
New pipewire-rs requires it.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 6d11515f..6e6e4544 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -98,7 +98,7 @@ jobs:
strategy:
fail-fast: false
- name: 'msrv - 1.72.0'
+ name: 'msrv - 1.77.0'
runs-on: ubuntu-22.04
container: ubuntu:23.10
@@ -112,7 +112,7 @@ jobs:
apt-get update -y
apt-get install -y curl gcc clang libudev-dev libgbm-dev libxkbcommon-dev libegl1-mesa-dev libwayland-dev libinput-dev libdbus-1-dev libsystemd-dev libseat-dev libpipewire-0.3-dev libpango1.0-dev libadwaita-1-dev
- - uses: dtolnay/rust-toolchain@1.72.0
+ - uses: dtolnay/rust-toolchain@1.77.0
- uses: Swatinem/rust-cache@v2