Skip to content

Commit f2c9e8f

Browse files
committed
Version bump 0.20.0
1 parent 2253a0a commit f2c9e8f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[package]
2-
32
name = "websocket"
4-
version = "0.19.2"
3+
version = "0.20.0"
54
authors = ["cyderize <[email protected]>", "Michael Eden <[email protected]>"]
65

76
description = "A WebSocket (RFC6455) library for Rust."
@@ -12,7 +11,8 @@ repository = "https://github.com/cyderize/rust-websocket.git"
1211

1312
readme = "README.md"
1413

15-
keywords = ["websocket", "websockets", "rfc6455"]
14+
keywords = ["websocket", "websockets", "rfc6455", "async", "asynchronous", "tokio", "web", "future", "futures"]
15+
categories = ["asynchronous", "network-programming", "web-programming", "web-programming.categories.websocket"]
1616

1717
license = "MIT"
1818

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Rust-WebSocket provides a framework for dealing with WebSocket connections (both
1010
To add a library release version from [crates.io](https://crates.io/crates/websocket) to a Cargo project, add this to the 'dependencies' section of your Cargo.toml:
1111

1212
```INI
13-
websocket = "0.19.2"
13+
websocket = "0.20.0"
1414
```
1515

1616
To add the library's Git repository to a Cargo project, add this to your Cargo.toml:

0 commit comments

Comments
 (0)