From b1d2fd8fa1dbd7b12a87b331b5fffbc18270835b Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Thu, 10 Oct 2019 00:30:22 +0900 Subject: [PATCH] Update actix-web minimum Rust version (#117) --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 3248153..ed26be7 100644 --- a/config.toml +++ b/config.toml @@ -17,5 +17,5 @@ baseURL = "https://actix.rs" [params] actixVersion = "0.7" actixWebVersion = "1.0" -actixWebMinRustVersion = "1.34" +actixWebMinRustVersion = "1.36" actixMinRustVersion = "1.31"