Skip to content

Commit 2f9ab02

Browse files
committed
Bump version for minor release
1 parent dd68970 commit 2f9ab02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "websocket"
3-
version = "0.21.0"
3+
version = "0.21.1"
44
authors = ["cyderize <[email protected]>", "Michael Eden <[email protected]>"]
55

66
description = "A WebSocket (RFC6455) library for Rust."

README.md

Lines changed: 1 addition & 1 deletion
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.21.0"
13+
websocket = "0.21.1"
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)