From d6b443fe41f80ea2cafb7f9de86e925bf9d55b79 Mon Sep 17 00:00:00 2001 From: yggverse Date: Sun, 16 Feb 2025 22:37:42 +0200 Subject: [PATCH] use recent stable `ggemtext` version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9bd8ae24..01cd3c6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,5 +42,5 @@ syntect = "5.2.0" # development [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" }