From 3232558eeecd3f3e23d786c895117cec4c17e5b4 Mon Sep 17 00:00:00 2001 From: yggverse Date: Fri, 14 Mar 2025 22:58:19 +0200 Subject: [PATCH] test repository `ggemtext` version --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 128079bf..a6e972de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ version = "0.9.1" ansi-parser = "0.9.1" anyhow = "1.0.97" ggemini = "0.17.0" -ggemtext = "0.3.1" +ggemtext = "0.3.2" indexmap = "2.7.0" itertools = "0.14.0" libspelling = "0.3.0" @@ -43,7 +43,7 @@ r2d2_sqlite = "0.27.0" syntect = "5.2.0" # development -#[patch.crates-io] +[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" }