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:
parent
d219725c08
commit
e997a2bb24
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user