Skip to content

Commit

Permalink
update lightws; fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
zephyrchien committed Jun 18, 2022
1 parent be7f9f0 commit eae4a83
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions cmd/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kaminari-cmd"
version = "0.5.4"
version = "0.5.5"
edition = "2021"
authors = ["zephyr <[email protected]>"]
repository = "https://github.com/zephyrchien/kaminari/cmd"
Expand All @@ -11,7 +11,7 @@ license = "GPL-3.0"
[dependencies]
anyhow = "1"
realm_io = "0.3.2"
kaminari = { version = "0.9.0", features = ["ws", "tls"] }
kaminari = { version = "0.9.1", features = ["ws", "tls"] }
tokio = { version = "1.9", features = ["rt", "net", "macros"] }

[[bin]]
Expand Down
7 changes: 5 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.9.0"
version = "0.9.1"
edition = "2021"
authors = ["zephyr <[email protected]>"]
keywords = ["lightws", "network"]
Expand All @@ -26,7 +26,7 @@ tokio = "1.9"
lazy_static = "1"

# ws
lightws = { version = "0.6.4", features = ["unsafe_auto_mask_write"], optional = true }
lightws = { version = "0.6.5", features = ["unsafe_auto_mask_write"], optional = true }

# uot
udpflow = { version = "0.1.0", optional = true }
Expand All @@ -36,3 +36,6 @@ tokio-rustls = { version = "0.23.3", features = ["early-data", "dangerous_config
webpki-roots = { version = "0.22.3", optional = true }
rustls-pemfile = { version = "1", optional = true }
rcgen = {version = "0.9", optional = true }

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

0 comments on commit eae4a83

Please sign in to comment.