From e02354514838aae80792db8158201b8b30a4cc75 Mon Sep 17 00:00:00 2001 From: yggverse Date: Sun, 23 Feb 2025 09:02:45 +0200 Subject: [PATCH] update `titanite` version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 49ee146..e8a6813 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,9 +14,9 @@ anyhow = "1.0.95" clap = { version = "4.5.30", features = ["derive"] } native-tls = "0.2.14" regex = "1.11.1" -titanite = "0.2.0" +titanite = "0.3.0" # development [patch.crates-io] # titanite = { path = "../titanite" } -# titanite = { git = "https://github.com/YGGverse/titanite.git" } +titanite = { git = "https://github.com/YGGverse/titanite.git" }