From eabd31364f106aba94408787a106a8ed220c1f01 Mon Sep 17 00:00:00 2001 From: yggverse Date: Mon, 3 Feb 2025 14:00:49 +0200 Subject: [PATCH] use stable `ggemini` 0.15 version from crates --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7839f14f..3a15cbc2 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" }