Skip to content

Commit 42a158e

Browse files
therustmonkMichael Eden
authored andcommitted
Bump to 0.17.2 (nonblock) (#96)
* Update hyper dependency to 0.10 * Bump version to 0.17.2
1 parent 3fbc86d commit 42a158e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "websocket"
4-
version = "0.17.1"
4+
version = "0.17.2"
55
authors = ["cyderize <admin@cyderize.org>"]
66

77
description = "A WebSocket (RFC6455) library for Rust."
@@ -17,7 +17,7 @@ keywords = ["websocket", "websockets", "rfc6455"]
1717
license = "MIT"
1818

1919
[dependencies]
20-
hyper = ">=0.7, <0.10"
20+
hyper = ">=0.7, <0.11"
2121
unicase = "1.0.1"
2222
openssl = "0.7.6"
2323
url = "1.0"

0 commit comments

Comments
 (0)