mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-02-04 06:04:29 +01:00
kata-ctl: cargo: 2021 -> 2018
Revert to the 2018 edition of rust for consistency with other rust components. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
name = "kata-ctl"
|
name = "kata-ctl"
|
||||||
version = "0.0.1"
|
version = "0.0.1"
|
||||||
authors = ["The Kata Containers community <kata-dev@lists.katacontainers.io>"]
|
authors = ["The Kata Containers community <kata-dev@lists.katacontainers.io>"]
|
||||||
edition = "2021"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0.31"
|
anyhow = "1.0.31"
|
||||||
|
|||||||
Reference in New Issue
Block a user