Skip to content

Commit

Permalink
[XIU] release v0.0.11 fix handshake error
Browse files Browse the repository at this point in the history
  • Loading branch information
harlanc committed Jul 21, 2022
1 parent 084810e commit e36d789
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions application/xiu/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "xiu"
description = "A powerful live server by Rust ."
version = "0.0.10"
version = "0.0.11"
authors = ["HarlanC <[email protected]"]
repository = "https://github.com/harlanc/xiu"
license = "MIT"
Expand All @@ -20,9 +20,9 @@ flexi_logger = "0.18"
chrono = "0.4"
failure = "0.1.1"

rtmp = "0.0.12"#{path = "../../protocol/rtmp/"}#"0.0.4"
httpflv = "0.0.6"#{path = "../../protocol/httpflv/"}
hls = "0.0.9"#{path = "../../protocol/hls/"}
rtmp = "0.0.14"#{path = "../../protocol/rtmp/"}#"0.0.4"
httpflv = "0.0.7"#{path = "../../protocol/httpflv/"}
hls = "0.0.10"#{path = "../../protocol/hls/"}

# rtmp = {path = "../../protocol/rtmp/"}#"0.0.4"
# httpflv = {path = "../../protocol/httpflv/"}
Expand Down

0 comments on commit e36d789

Please sign in to comment.