From f57e8ee59b2f34a6fa294608be14bc3cb799beae Mon Sep 17 00:00:00 2001 From: Philip Jenvey Date: Fri, 25 Feb 2022 11:11:46 -0800 Subject: [PATCH] update to v4.0.0 in Cargo.toml example --- actix-web/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actix-web/README.md b/actix-web/README.md index b8cf334b4..ec7752de8 100644 --- a/actix-web/README.md +++ b/actix-web/README.md @@ -48,7 +48,7 @@ Dependencies: ```toml [dependencies] -actix-web = "4.0.0-rc.1" +actix-web = "4.0.0" ``` Code: