Fix Rust version

This commit is contained in:
Naveen Prashanth 2026-05-05 09:19:45 +05:30
parent 271c3dbf73
commit 52afb00139
3 changed files with 3 additions and 3 deletions

View file

@ -57,7 +57,7 @@ clippy:
rustfmt:
stage: lint
image: "rust:1.95-slim"
image: "rust:1.94-slim"
script:
- rustup component add rustfmt
- cargo fmt --all -- --color=always --check

View file

@ -3,7 +3,7 @@ name = "helvum"
version = "0.5.1"
authors = ["Tom Wagner <tom.a.wagner@protonmail.com>", "Naveen Prashanth <gnpaone@gmail.com>"]
edition = "2021"
rust-version = "1.95"
rust-version = "1.94"
license = "GPL-3.0-only"
description = "A GTK patchbay for pipewire"
repository = "https://gitlab.freedesktop.org/pipewire/helvum"

View file

@ -50,7 +50,7 @@ $ flatpak run org.pipewire.Helvum
For compilation, you will need:
- **Meson** (>= 1.9.0)
- **Rust Toolchain** (>= 1.95.0)
- **Rust Toolchain** (>= 1.94.0)
- **GTK4** (>= 4.22.0) development packages
- **libadwaita-1** (>= 1.9.0) development packages
- **libpipewire-0.3** (>= 1.6.0) development packages and their dependencies