You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Rust-WebSocket provides a framework for dealing with WebSocket connections (both
10
10
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:
11
11
12
12
```INI
13
-
websocket = "0.20.1"
13
+
websocket = "0.20.2"
14
14
```
15
15
16
16
To add the library's Git repository to a Cargo project, add this to your Cargo.toml:
0 commit comments