From 8afa8b983358402eecc3ba25a3e4b2d1b4338dfa Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sun, 24 Mar 2024 14:01:36 +0000 Subject: feat(crate): bump version --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d54df13..c461e6c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "germ" -version = "0.3.10" +version = "0.3.11" authors = ["Fuwn "] edition = "2021" description = "The Ultimate Gemini Toolkit." @@ -27,13 +27,13 @@ sync = ["tokio", "tokio-rustls"] [dependencies] anyhow = { version = "1.0.70", optional = true } # `Result` rustls = { version = "0.21.0", features = [ - "dangerous_configuration" + "dangerous_configuration", ], optional = true } # TLS tokio-rustls = { version = "0.24.0", optional = true } # Non-blocking TLS tokio = { version = "1.27.0", optional = true, default-features = false, features = [ "net", "io-util", "rt-multi-thread", - "macros" + "macros", ] } # Non-blocking I/O url = { version = "2.3.1", optional = true } # URL Validation -- cgit v1.2.3