From 2b16ed36eb7852745a00345665c17a678851b1c8 Mon Sep 17 00:00:00 2001 From: yggverse Date: Sat, 15 Mar 2025 17:13:13 +0200 Subject: [PATCH] use stable versions --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1e36ff30..2049c6e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ r2d2_sqlite = "0.27.0" syntect = "5.2.0" # development -[patch.crates-io] -ggemini = { git = "https://github.com/YGGverse/ggemini.git" } -ggemtext = { git = "https://github.com/YGGverse/ggemtext.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" }