Specify the minimum required Rust version in the manifest

Also mention it in the deployment guide.
This commit is contained in:
Vadim Zeitlin 2021-05-27 23:13:50 +02:00
parent 6af942814f
commit 0f16a79888
2 changed files with 9 additions and 1 deletions

View file

@ -8,6 +8,7 @@ repository = "https://gitlab.com/famedly/conduit"
readme = "README.md"
version = "0.1.0"
edition = "2018"
rust = "1.50"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html