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:
@ -3,6 +3,7 @@ name = "nmstatectl"
|
|||||||
version = "2.2.1"
|
version = "2.2.1"
|
||||||
authors = ["Gris Ge <fge@redhat.com>"]
|
authors = ["Gris Ge <fge@redhat.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
rust-version = "1.60"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "nmstatectl"
|
name = "nmstatectl"
|
||||||
|
@ -5,6 +5,7 @@ version = "2.2.1"
|
|||||||
authors = ["Gris Ge <fge@redhat.com>"]
|
authors = ["Gris Ge <fge@redhat.com>"]
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
rust-version = "1.60"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
name = "nmstate"
|
name = "nmstate"
|
||||||
|
@ -9,6 +9,7 @@ documentation = "https://nmstate.io"
|
|||||||
repository = "https://github.com/nmstate/nmstate"
|
repository = "https://github.com/nmstate/nmstate"
|
||||||
keywords = ["network", "linux"]
|
keywords = ["network", "linux"]
|
||||||
categories = ["network-programming", "os::linux-apis"]
|
categories = ["network-programming", "os::linux-apis"]
|
||||||
|
rust-version = "1.60"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
|
Reference in New Issue
Block a user