Skip to content

Commit

Permalink
New version: rocket_ws 0.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioBenitez committed May 23, 2024
1 parent 92eb043 commit 34321b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contrib/ws/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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/v0.5/rocket_ws/"
Expand Down
2 changes: 1 addition & 1 deletion contrib/ws/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down
2 changes: 1 addition & 1 deletion contrib/ws/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 34321b4

Please sign in to comment.