Fix 'rocket_ws' version: 0.1.0 -> 0.1.1

This commit is contained in:
Yasha 2024-12-02 09:00:02 +09:00
parent 499b2343a3
commit 9f09046247
No known key found for this signature in database
GPG Key ID: 68D2A3B0548E2A48
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "rocket_ws"
version = "0.1.0"
version = "0.1.1"
authors = ["Sergio Benitez <sb@sergio.bz>"]
description = "WebSocket support for Rocket."
documentation = "https://api.rocket.rs/master/rocket_ws/"

View File

@ -16,7 +16,7 @@ This crate provides WebSocket support for Rocket via integration with Rocket's
```toml
[dependencies]
ws = { package = "rocket_ws", version = "0.1.0" }
ws = { package = "rocket_ws", version = "0.1.1" }
```
2. Use it!

View File

@ -10,7 +10,7 @@
//!
//! ```toml
//! [dependencies]
//! ws = { package = "rocket_ws", version = "0.1.0" }
//! ws = { package = "rocket_ws", version = "0.1.1" }
//! ```
//!
//! Then, use [`WebSocket`] as a request guard in any route and either call