Skip to content

Commit

Permalink
Bump version: 0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vi committed Jul 23, 2022
1 parent cbf6e99 commit eb877c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "websocket"
version = "0.26.4"
version = "0.27.0"
authors = ["cyderize <admin@cyderize.org>", "Michael Eden <themichaeleden@gmail.com>"]
edition = "2018"

Expand Down Expand Up @@ -29,7 +29,7 @@ tokio-codec = { version = "0.1", optional = true }
tokio-reactor = { version = "0.1", optional = true }
bytes = { version = "0.4", optional = true }
native-tls = { version = "0.2.1", optional = true }
websocket-base = { path = "websocket-base", version="0.26.0", default-features=false }
websocket-base = { path = "websocket-base", version="0.27.0", default-features=false }

[dev-dependencies]
futures-cpupool = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion websocket-base/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "websocket-base"
version = "0.26.2"
version = "0.27.0"
authors = ["cyderize <admin@cyderize.org>", "Michael Eden <themichaeleden@gmail.com>"]
edition = "2018"

Expand Down

0 comments on commit eb877c2

Please sign in to comment.