cargo: Minimum rust version 1.60

Set minimum rust version 1.60 due to the need for feature dependency
`dep:foo`.

Signed-off-by: Gris Ge <fge@redhat.com>
This commit is contained in:
Gris Ge 2022-11-07 17:28:56 +08:00
parent d219725c08
commit e997a2bb24
3 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,7 @@ name = "nmstatectl"
version = "2.2.1"
authors = ["Gris Ge <fge@redhat.com>"]
edition = "2018"
rust-version = "1.60"
[[bin]]
name = "nmstatectl"

View File

@ -5,6 +5,7 @@ version = "2.2.1"
authors = ["Gris Ge <fge@redhat.com>"]
license = "Apache-2.0"
edition = "2018"
rust-version = "1.60"
[lib]
name = "nmstate"

View File

@ -9,6 +9,7 @@ documentation = "https://nmstate.io"
repository = "https://github.com/nmstate/nmstate"
keywords = ["network", "linux"]
categories = ["network-programming", "os::linux-apis"]
rust-version = "1.60"
edition = "2018"
[lib]