From 33c9aa6988c5dc80ed064ca4bb720be5c5cff11e Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Sun, 27 Dec 2020 04:36:08 +0000 Subject: [PATCH] bump msrv to 1.46 --- .github/workflows/linux.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 23efaa8a..8ea7823d 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -14,7 +14,7 @@ jobs: fail-fast: false matrix: version: - - 1.42.0 + - 1.46.0 - stable - nightly diff --git a/README.md b/README.md index 827f937f..1f7f063a 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Actix net - framework for composable network services ## Documentation & community resources * [Chat on Gitter](https://gitter.im/actix/actix) -* Minimum supported Rust version: 1.42 or later +* Minimum supported Rust version: 1.46 or later ## Example