From 67d486cc4d2752e6de2643bbbbb8ccff699eb798 Mon Sep 17 00:00:00 2001 From: yggverse Date: Sat, 16 Nov 2024 09:34:37 +0200 Subject: [PATCH] remove gio 2.70+ requirement --- Cargo.toml | 3 ++- README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6142630..512c152 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,8 @@ repository = "https://github.com/YGGverse/ggemini" [dependencies.gio] package = "gio" version = "0.20.4" -features = ["v2_70"] +# currently not required +# features = ["v2_70"] [dependencies.glib] package = "glib" diff --git a/README.md b/README.md index 43d67af..5eb2487 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Glib/Gio-oriented network API for [Gemini protocol](https://geminiprotocol.net/) > Project in development! > -GGemini (or G-Gemini) library written as the client extension for [Yoda](https://github.com/YGGverse/Yoda), it also could be useful for other GTK-based applications with [glib](https://crates.io/crates/glib) (`2.70+`) and [gio](https://crates.io/crates/gio) (`2.66+`) dependency. +GGemini (or G-Gemini) library written as the client extension for [Yoda](https://github.com/YGGverse/Yoda), it also could be useful for other GTK-based applications with [glib](https://crates.io/crates/glib) and [gio](https://crates.io/crates/gio) (`2.66+`) dependency. ## Install