From c5c057d06f727d27a3d0f675b815bd9bce9676ef Mon Sep 17 00:00:00 2001 From: yggverse Date: Tue, 18 Mar 2025 00:54:29 +0200 Subject: [PATCH] use stable `ggemtext` version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 42dc1498..d27906ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ r2d2_sqlite = "0.27.0" syntect = "5.2.0" # development -[patch.crates-io] +# [patch.crates-io] # ggemini = { git = "https://github.com/YGGverse/ggemini.git" } -ggemtext = { git = "https://github.com/YGGverse/ggemtext.git" } +# ggemtext = { git = "https://github.com/YGGverse/ggemtext.git" } # plurify = { git = "https://github.com/YGGverse/plurify.git" }