Set minimum supported Rust version in manifest file

This commit is contained in:
silverpill 2021-11-17 20:35:33 +00:00
parent 33f7c709a7
commit d2c70453e2

View file

@ -5,6 +5,7 @@ description = "Mitra backend"
license = "AGPL-3.0"
edition = "2018"
rust-version = "1.51"
publish = false
default-run = "mitra"
@ -23,6 +24,7 @@ base64 = "0.13.0"
# Used for working with dates
chrono = { version = "0.4.19", features = ["serde"] }
# Used to build admin CLI tool
# Versions greater than beta.2 require Rust 1.54
clap = { version = "3.0.0-beta.2", default-features = false, features = ["std", "derive"] }
# Used for pooling database connections
deadpool = "0.7.0"