From d389321de5de38ce7d6c31e2fd0b2298f2fb6d71 Mon Sep 17 00:00:00 2001 From: yggverse Date: Tue, 28 Jan 2025 10:20:41 +0200 Subject: [PATCH] use stable `ggemini` version from crates --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 98497f02..e9d27281 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ plurify = "0.1.1" 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" }