Mark minimum supported rust version

This commit is contained in:
2022-09-05 18:54:39 +02:00
parent 279654ea24
commit 4500f7237a
3 changed files with 25 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ edition = "2018"
license = "MIT OR Apache-2.0"
description = "It executes futures"
repository = "https://github.com/bertptrs/beul/"
rust-version = "1.51"
authors = [
"Bert Peters",
]