We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81c6643 commit 72684a8Copy full SHA for 72684a8
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "routerify-websocket"
3
-version = "1.0.0"
+version = "3.0.0"
4
description = "The websocket support for the Routerify library."
5
homepage = "https://github.com/routerify/routerify-websocket"
6
repository = "https://github.com/routerify/routerify-websocket"
README.md
@@ -15,8 +15,8 @@ Add this to your `Cargo.toml` file:
15
16
```toml
17
[dependencies]
18
-routerify = "1.1"
19
-routerify-websocket = "1.0"
+routerify = "3"
+routerify-websocket = "3"
20
```
21
22
## Example
0 commit comments