Skip to content

Commit bf571ca

Browse files
committed
Bump version, make deprecation warning more clear.
1 parent a710f98 commit bf571ca

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[package]
22
name = "websocket"
3-
version = "0.26.2"
3+
version = "0.26.3"
44
authors = ["cyderize <[email protected]>", "Michael Eden <[email protected]>"]
55
edition = "2018"
66

7-
description = "A WebSocket (RFC6455) library for Rust."
7+
description = "[deprecated] A WebSocket (RFC6455) library for Rust."
88

99
documentation = "https://docs.rs/websocket/"
1010
repository = "https://github.com/websockets-rs/rust-websocket"

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Rust-WebSocket [![Build Status](https://travis-ci.com/websockets-rs/rust-websock
88

99
Rust-WebSocket is a WebSocket ([RFC6455](https://datatracker.ietf.org/doc/rfc6455/)) library written in Rust.
1010

11+
**Note that this particular library is based on obsolete dependencies (Hyper 0.10, Tokio 0.1), so is a poor choice for new projects. You are adviced to use other Websocket libraries.**
12+
1113
Rust-WebSocket provides a framework for dealing with WebSocket connections (both clients and servers). The library is currently in an experimental state, but provides functionality for both normal and secure WebSockets, a message level API supporting fragmentation, a data frame level API, and the ability to extend and customize behaviour.
1214

1315
## Installation

0 commit comments

Comments
 (0)