From 016fdd067c86d1834c1f41b5566bec1693c4573e Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Sun, 29 Dec 2019 04:18:24 +0900 Subject: [PATCH] Bump up actix(-web) version and MSRV --- config.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.toml b/config.toml index ed26be7..63e12d8 100644 --- a/config.toml +++ b/config.toml @@ -15,7 +15,7 @@ baseURL = "https://actix.rs" weight = 1 [params] -actixVersion = "0.7" -actixWebVersion = "1.0" -actixWebMinRustVersion = "1.36" +actixVersion = "0.9" +actixWebVersion = "2.0" +actixWebMinRustVersion = "1.39" actixMinRustVersion = "1.31"