Skip to content

Commit

Permalink
Update for 0.3.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
1tgr committed Apr 30, 2020
1 parent d9c02a1 commit afbda0c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 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 hyper-websocket-lite/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "hyper-websocket-lite"
description = "WebSocket server implementation on hyper and websocket-lite"
version = "0.3.3"
version = "0.3.4"
authors = ["Tim Robinson <[email protected]>"]
repository = "https://github.com/1tgr/rust-websocket-lite"
license = "MIT"
Expand All @@ -21,6 +21,6 @@ path = "examples/hello-world-server.rs"
[dependencies]
futures = "0.3"
hyper = "0.13"
websocket-codec = { version = "0.3.3", path = "../websocket-codec" }
websocket-codec = { version = "0.3.4", path = "../websocket-codec" }
tokio = { version = "0.2", features=["macros"] }
tokio-util = { version = "0.3", features=["codec"] }
2 changes: 1 addition & 1 deletion websocket-codec/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "websocket-codec"
description = "A Tokio codec for the websocket protocol"
version = "0.3.3"
version = "0.3.4"
authors = ["Tim Robinson <[email protected]>"]
repository = "https://github.com/1tgr/rust-websocket-lite"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions websocket-lite/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "websocket-lite"
description = "A fast, low-overhead WebSocket client"
version = "0.3.3"
version = "0.3.4"
authors = ["Tim Robinson <[email protected]>"]
repository = "https://github.com/1tgr/rust-websocket-lite"
license = "MIT"
Expand Down Expand Up @@ -38,7 +38,7 @@ tokio-openssl = { version = "0.4.0-alpha.6", optional = true }
tokio-tls = { version = "0.3", optional = true }
tokio = {version="0.2", features=["tcp", "io-util"]}
url = "2"
websocket-codec = { version = "0.3.3", path = "../websocket-codec" }
websocket-codec = { version = "0.3.4", path = "../websocket-codec" }

[dev-dependencies]
structopt = "0.3"
Expand Down

0 comments on commit afbda0c

Please sign in to comment.