Skip to content

Commit

Permalink
Publish 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
1tgr committed Jul 24, 2022
1 parent 016c3a7 commit 89f0c21
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 24 deletions.
24 changes: 2 additions & 22 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.5.1"
version = "0.5.2"
authors = ["Tim Robinson <[email protected]>"]
repository = "https://github.com/1tgr/rust-websocket-lite"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion 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.5.1"
version = "0.5.2"
authors = ["Tim Robinson <[email protected]>"]
repository = "https://github.com/1tgr/rust-websocket-lite"
license = "MIT"
Expand Down

0 comments on commit 89f0c21

Please sign in to comment.