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:
James O. D. Hunt 2022-10-12 09:59:49 +01:00
parent fb63274747
commit 00a42f69c0

View File

@ -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"