Skip to content

Commit

Permalink
libkaminari v0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
zephyrchien committed Dec 17, 2023
1 parent ff2dea2 commit 88be01a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kaminari/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kaminari"
version = "0.11.0"
version = "0.12.0"
edition = "2021"
authors = ["zephyr <[email protected]>"]
keywords = ["lightws", "network"]
Expand Down Expand Up @@ -35,7 +35,7 @@ udpflow = { version = "0.1.0", optional = true }
tokio-rustls = { version = "0.25", features = ["early-data"], optional = true }
webpki-roots = { version = "0.26", optional = true }
rustls-pemfile = { version = "2", optional = true }
rcgen = {version = "0.12", optional = true }
rcgen = { version = "0.12", optional = true }

[package.metadata.docs.rs]
all-features = true

0 comments on commit 88be01a

Please sign in to comment.