mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
update dependencies
This commit is contained in:
parent
09fcbfa725
commit
cf7ac29157
1 changed files with 5 additions and 5 deletions
10
Cargo.toml
10
Cargo.toml
|
|
@ -35,11 +35,11 @@ version = "0.32.1"
|
||||||
[dependencies.openssl]
|
[dependencies.openssl]
|
||||||
version = "0.10.68"
|
version = "0.10.68"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies.syntect]
|
||||||
syntect = "5.2.0"
|
package = "syntect"
|
||||||
|
version = "5.2.0"
|
||||||
|
|
||||||
# development
|
# development
|
||||||
[patch.crates-io]
|
[patch.crates-io]
|
||||||
#ggemini = { path = "ggemini" }
|
# ggemini = { path = "ggemini" }
|
||||||
#ggemtext = { git = "https://github.com/YGGverse/ggemtext.git" }
|
ggemtext = { git = "https://github.com/YGGverse/ggemtext.git" }
|
||||||
ggemtext = { path = "ggemtext" }
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue