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" }