From d59b8ce62e9960ed34384ef77dec7e40b7c944ef Mon Sep 17 00:00:00 2001 From: Aron Heinecke Date: Thu, 8 Aug 2019 02:48:31 +0200 Subject: [PATCH] Fix invalid minimum version (#38) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0937523d..0b4cc7e6 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Actix net - framework for composable network services * [API Documentation (Development)](https://actix.rs/actix-net/actix_net/) * [Chat on gitter](https://gitter.im/actix/actix) * Cargo package: [actix-net](https://crates.io/crates/actix-net) -* Minimum supported Rust version: 1.32 or later +* Minimum supported Rust version: 1.36 or later ## Example