update titanite version

This commit is contained in:
yggverse 2025-02-23 09:02:45 +02:00
parent c7ab6e5972
commit e023545148

View file

@ -14,9 +14,9 @@ anyhow = "1.0.95"
clap = { version = "4.5.30", features = ["derive"] } clap = { version = "4.5.30", features = ["derive"] }
native-tls = "0.2.14" native-tls = "0.2.14"
regex = "1.11.1" regex = "1.11.1"
titanite = "0.2.0" titanite = "0.3.0"
# development # development
[patch.crates-io] [patch.crates-io]
# titanite = { path = "../titanite" } # titanite = { path = "../titanite" }
# titanite = { git = "https://github.com/YGGverse/titanite.git" } titanite = { git = "https://github.com/YGGverse/titanite.git" }