Skip to content

Commit

Permalink
remove gio 2.70+ requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
yggverse committed Nov 16, 2024
1 parent 32a879b commit 67d486c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 67d486c

Please sign in to comment.