Update readme

This commit is contained in:
Aode (Lion) 2022-03-09 12:30:22 -06:00
parent 64c44e0503
commit ac7fa058b6

View file

@ -5,8 +5,8 @@ _websockets for the Actix Runtime without actors_
```toml
# Cargo.toml
anyhow = "1.0"
actix-web = "3.0.2"
actix-ws = "0.1.0"
actix-web = "4.0.1"
actix-ws = "0.2.0"
```
```rust