test ggemini v0.20.0 features

This commit is contained in:
yggverse 2025-10-19 22:43:17 +03:00
parent 1a9b4802fa
commit e123c1c1cd
3 changed files with 8 additions and 19 deletions

View file

@ -31,7 +31,7 @@ version = "0.10.0"
[dependencies]
ansi-parser = "0.9.1"
anyhow = "1.0.97"
ggemini = "0.19.0"
ggemini = "0.20.0"
ggemtext = "0.7.0"
indexmap = "2.10.0"
itertools = "0.14.0"
@ -44,8 +44,8 @@ r2d2_sqlite = "0.31.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" }
# libspelling = { git = "https://github.com/YGGverse/libspelling-rs.git", branch = "yoda-0.12"}