From 9df2e8d85d9c3fc8b2b7830153cf03ccbe2280fe Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Sun, 29 Dec 2019 16:21:11 +0900 Subject: [PATCH] Fix Actix MSRV --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 63e12d8..72274c9 100644 --- a/config.toml +++ b/config.toml @@ -18,4 +18,4 @@ baseURL = "https://actix.rs" actixVersion = "0.9" actixWebVersion = "2.0" actixWebMinRustVersion = "1.39" -actixMinRustVersion = "1.31" +actixMinRustVersion = "1.39"