From a1f84a4d88f088690bc86644a6408528d3d79c47 Mon Sep 17 00:00:00 2001 From: yggverse Date: Thu, 20 Mar 2025 04:59:43 +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 f5d79f2b..9e926cec 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.2" +ggemini = "0.17.3" ggemtext = "0.5.0" indexmap = "2.7.0" itertools = "0.14.0" @@ -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" } +[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" }