From 6cb034150d104523a147f4b984eb6cbe6bb4e633 Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Mon, 21 Mar 2022 21:07:58 -0600 Subject: [PATCH] Raise the MSRV to 1.49.0 Tokio did it, so we kind of have to follow suit. --- .cirrus.yml | 2 +- CHANGELOG.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 83aeeee..4873613 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -27,7 +27,7 @@ setup: &SETUP task: name: FreeBSD 12.3 MSRV env: - VERSION: 1.46.0 + VERSION: 1.49.0 << : *SETUP test_script: - . $HOME/.cargo/env diff --git a/CHANGELOG.md b/CHANGELOG.md index a518fb5..253a13d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ### Changed +- Updated the MSRV to 1.49.0, because Tokio did. + (#[30](/~https://github.com/asomers/tokio-file/pull/30)) + - Updated Nix to 0.23.0. This raises the MSRV to 1.46.0 (#[29](/~https://github.com/asomers/tokio-file/pull/29))