Skip to content

Commit e1b811c

Browse files
committed
Bump version to 0.24.0
1 parent 0b51f58 commit e1b811c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "websocket"
3-
version = "0.23.0"
3+
version = "0.24.0"
44
authors = ["cyderize <[email protected]>", "Michael Eden <[email protected]>"]
55

66
description = "A WebSocket (RFC6455) library for Rust."
@@ -28,7 +28,7 @@ tokio-codec = { version = "0.1", optional = true }
2828
tokio-reactor = { version = "0.1", optional = true }
2929
bytes = { version = "0.4", optional = true }
3030
native-tls = { version = "0.2.1", optional = true }
31-
websocket-base = { path = "websocket-base", default-features=false }
31+
websocket-base = { path = "websocket-base", version="0.24.0", default-features=false }
3232

3333
[dev-dependencies]
3434
futures-cpupool = "0.1"

websocket-base/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "websocket-base"
3-
version = "0.22.4"
3+
version = "0.24.0"
44
authors = ["cyderize <[email protected]>", "Michael Eden <[email protected]>"]
55

66
description = "A WebSocket (RFC6455) library for Rust: low-level component. It contains HTTP-independent aspect of WebSockets"

0 commit comments

Comments
 (0)