diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c1674a1..317a9cd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 diff --git a/Cargo.toml b/Cargo.toml index d501839..91ea683 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "helvum" version = "0.5.1" authors = ["Tom Wagner ", "Naveen Prashanth "] 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" diff --git a/README.md b/README.md index e925d5e..4af0a0d 100644 --- a/README.md +++ b/README.md @@ -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