From 321b5ea04e10c567d3da2cea601bff32b117fa29 Mon Sep 17 00:00:00 2001 From: yggverse Date: Sat, 15 Feb 2025 21:09:14 +0200 Subject: [PATCH] test `ggemtext` repository version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0cd127b4..9bd8ae24 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ version = "0.9.1" [dependencies] ansi-parser = "0.9.1" ggemini = "0.16.0" -ggemtext = "0.3.0" +ggemtext = "0.3.1" indexmap = "2.7.0" itertools = "0.14.0" libspelling = "0.3.0" @@ -42,5 +42,5 @@ syntect = "5.2.0" # development [patch.crates-io] ggemini = { git = "https://github.com/YGGverse/ggemini.git" } -# ggemtext = { git = "https://github.com/YGGverse/ggemtext.git" } +ggemtext = { git = "https://github.com/YGGverse/ggemtext.git" } # plurify = { git = "https://github.com/YGGverse/plurify.git" }