Skip to content

Commit

Permalink
feat(crate): bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuwn committed Mar 24, 2024
1 parent 6a859ea commit 541d5bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "germ"
version = "0.3.10"
version = "0.3.11"
authors = ["Fuwn <[email protected]>"]
edition = "2021"
description = "The Ultimate Gemini Toolkit."
Expand All @@ -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

0 comments on commit 541d5bb

Please sign in to comment.