Skip to content

Commit

Permalink
Version bump 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
illegalprime committed May 29, 2017
1 parent 2253a0a commit f2c9e8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]

name = "websocket"
version = "0.19.2"
version = "0.20.0"
authors = ["cyderize <[email protected]>", "Michael Eden <[email protected]>"]

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

readme = "README.md"

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

license = "MIT"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Rust-WebSocket provides a framework for dealing with WebSocket connections (both
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:

```INI
websocket = "0.19.2"
websocket = "0.20.0"
```

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

0 comments on commit f2c9e8f

Please sign in to comment.