From 8cfb7b6504b76a8be9c9c60f0556e53ad6cc6983 Mon Sep 17 00:00:00 2001 From: yggverse Date: Tue, 18 Mar 2025 00:49:54 +0200 Subject: [PATCH] use stable `ggemini` version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5899a73c..42dc1498 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,6 +44,6 @@ syntect = "5.2.0" # development [patch.crates-io] -ggemini = { git = "https://github.com/YGGverse/ggemini.git" } +# ggemini = { git = "https://github.com/YGGverse/ggemini.git" } ggemtext = { git = "https://github.com/YGGverse/ggemtext.git" } # plurify = { git = "https://github.com/YGGverse/plurify.git" }