From 800fded9c257b81ce918e39a29872debc9c9aab0 Mon Sep 17 00:00:00 2001 From: yggverse Date: Sun, 13 Oct 2024 20:41:10 +0300 Subject: [PATCH] update min libadwaita version --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a46f5782..02dc464a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,4 +22,4 @@ features = ["v4_10"] [dependencies.adw] package = "libadwaita" version = "0.7.0" -features = ["v1_4"] +features = ["v1_6"] diff --git a/README.md b/README.md index 7fae14d8..07c97872 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Make sure your system support: * Glib 2.56+ * GTK 4.10+ -* Libadwaita 1.4+ +* Libadwaita 1.6+ Use [rustup](https://rustup.rs) installer to setup latest Rust compiler and Cargo package manager: