mirror of https://github.com/fafhrd91/actix-web
update to v4.0.0 in Cargo.toml example
This commit is contained in:
parent
d0c08dbb7d
commit
f57e8ee59b
|
@ -48,7 +48,7 @@ Dependencies:
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
actix-web = "4.0.0-rc.1"
|
actix-web = "4.0.0"
|
||||||
```
|
```
|
||||||
|
|
||||||
Code:
|
Code:
|
||||||
|
|
Loading…
Reference in New Issue