From e145e919a36c6746719f5072c3e73f3144b87b07 Mon Sep 17 00:00:00 2001 From: yggverse Date: Thu, 13 Feb 2025 07:11:07 +0200 Subject: [PATCH] test repository `ggemini` version --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 37f04205..0cd127b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ version = "0.9.1" [dependencies] ansi-parser = "0.9.1" -ggemini = "0.15.0" +ggemini = "0.16.0" ggemtext = "0.3.0" indexmap = "2.7.0" itertools = "0.14.0" @@ -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" }