From b1a76f910d1c8eff3eaf495b46917a4da72fbb62 Mon Sep 17 00:00:00 2001 From: yggverse Date: Sat, 26 Jul 2025 14:33:00 +0300 Subject: [PATCH] use stable `ggemini`, `ggemtext` versions; add comment to `libspelling` temporarily disabled --- Cargo.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 03505198..22285e0c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,6 +36,7 @@ ggemini = "0.19.0" ggemtext = "0.7.0" indexmap = "2.10.0" itertools = "0.14.0" +# @TODO pending for glib 0.10 dependencies update # libspelling = "0.4.0" maxminddb = "0.26.0" openssl = "0.10.72" @@ -45,7 +46,7 @@ r2d2_sqlite = "0.31.0" syntect = "5.2.0" # development -[patch.crates-io] -ggemini = { git = "https://github.com/YGGverse/ggemini.git" } -ggemtext = { git = "https://github.com/YGGverse/ggemtext.git" } +# [patch.crates-io] +# ggemini = { git = "https://github.com/YGGverse/ggemini.git" } +# ggemtext = { git = "https://github.com/YGGverse/ggemtext.git" } # plurify = { git = "https://github.com/YGGverse/plurify.git" }