Skip to content

Commit

Permalink
Version bump 0.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
illegalprime committed May 29, 2017
1 parent 29e0f17 commit a802151
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.20.0"
version = "0.20.1"
authors = ["cyderize <admin@cyderize.org>", "Michael Eden <themichaeleden@gmail.com>"]

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

keywords = ["websocket", "websockets", "rfc6455", "async", "tokio"]
categories = ["asynchronous", "network-programming", "web-programming", "web-programming.categories.websocket"]
categories = ["asynchronous", "network-programming", "web-programming", "web-programming::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.20.0"
websocket = "0.20.1"
```

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

0 comments on commit a802151

Please sign in to comment.