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))