Set minimum supported Rust version in manifest file
This commit is contained in:
parent
33f7c709a7
commit
d2c70453e2
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,7 @@ description = "Mitra backend"
|
||||||
license = "AGPL-3.0"
|
license = "AGPL-3.0"
|
||||||
|
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
rust-version = "1.51"
|
||||||
publish = false
|
publish = false
|
||||||
default-run = "mitra"
|
default-run = "mitra"
|
||||||
|
|
||||||
|
@ -23,6 +24,7 @@ base64 = "0.13.0"
|
||||||
# Used for working with dates
|
# Used for working with dates
|
||||||
chrono = { version = "0.4.19", features = ["serde"] }
|
chrono = { version = "0.4.19", features = ["serde"] }
|
||||||
# Used to build admin CLI tool
|
# 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"] }
|
clap = { version = "3.0.0-beta.2", default-features = false, features = ["std", "derive"] }
|
||||||
# Used for pooling database connections
|
# Used for pooling database connections
|
||||||
deadpool = "0.7.0"
|
deadpool = "0.7.0"
|
||||||
|
|
Loading…
Reference in a new issue