From 6411830db7c7e2d660876ee9547a0469ee48b738 Mon Sep 17 00:00:00 2001 From: yggverse Date: Sun, 16 Feb 2025 23:12: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 01cd3c6a..4a357c70 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ plurify = "0.2.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" }