From e2012dee994f50b6c30253ad3ad069d9aa60f0b1 Mon Sep 17 00:00:00 2001 From: yggverse Date: Sun, 16 Mar 2025 22:06:03 +0200 Subject: [PATCH] test `ggemini` 0.17.2 --- Cargo.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2aebca17..5899a73c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ version = "0.9.1" [dependencies] ansi-parser = "0.9.1" anyhow = "1.0.97" -ggemini = "0.17.1" +ggemini = "0.17.2" ggemtext = "0.5.0" indexmap = "2.7.0" itertools = "0.14.0" @@ -44,7 +44,6 @@ syntect = "5.2.0" # development [patch.crates-io] -# ggemini = { git = "https://github.com/YGGverse/ggemini.git" } -# ggemtext = { git = "https://github.com/YGGverse/ggemtext.git" } +ggemini = { git = "https://github.com/YGGverse/ggemini.git" } ggemtext = { git = "https://github.com/YGGverse/ggemtext.git" } # plurify = { git = "https://github.com/YGGverse/plurify.git" }