rust: Update MSRV to 1.52

The bump of minimum rust version is required by some of the updated dependencies.

Closes #2802.
This commit is contained in:
Dustin J. Mitchell 2022-05-25 21:01:04 -04:00 committed by GitHub
parent e4a881a4a6
commit e2ef45a06e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 5 deletions

View file

@ -39,9 +39,9 @@ Users can define their own server impelementations.
See the [TaskChampion Book](http://taskchampion.github.com/taskchampion)
for more information about the design and usage of the tool.
# Minimum Supported Rust Version
# Minimum Supported Rust Version (MSRV)
This crate supports Rust version 1.47 and higher.
This crate supports Rust version 1.52 and higher.
*/