mirror of
https://gitlab.freedesktop.org/pipewire/helvum.git
synced 2026-05-27 23:28:16 +02:00
Fix Rust version
This commit is contained in:
parent
271c3dbf73
commit
52afb00139
3 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue