From 3d7171298914405ef602830e00ccbe3644c53772 Mon Sep 17 00:00:00 2001 From: yggverse Date: Fri, 7 Nov 2025 21:19:07 +0200 Subject: [PATCH] use stable `ggemini` version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 781fe593..a36e5929 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,8 +44,8 @@ r2d2_sqlite = "0.31.0" syntect = "5.2.0" # development -[patch.crates-io] -ggemini = { git = "https://github.com/YGGverse/ggemini.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" } # libspelling = { git = "https://github.com/YGGverse/libspelling-rs.git", branch = "yoda-0.12"}