Define and test an MSRV

This commit is contained in:
Dustin J. Mitchell
2021-05-30 16:04:24 -04:00
parent adfde8be15
commit d4f669ed6e
3 changed files with 50 additions and 28 deletions

View File

@@ -29,6 +29,10 @@ 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
This crate supports Rust version 1.47 and higher.
*/
mod errors;