test ggemtext 0.5

This commit is contained in:
yggverse 2025-03-16 21:29:16 +02:00
parent 39bbfcbdda
commit 1ba127723a
2 changed files with 37 additions and 60 deletions

View file

@ -32,7 +32,7 @@ version = "0.9.1"
ansi-parser = "0.9.1"
anyhow = "1.0.97"
ggemini = "0.17.1"
ggemtext = "0.4.0"
ggemtext = "0.5.0"
indexmap = "2.7.0"
itertools = "0.14.0"
libspelling = "0.3.0"
@ -43,7 +43,8 @@ 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" }