cargo: Bump to 2021 edition

Change-Id: Icb2deaff58da7f92970d8f57f7853349769323f5
GitOrigin-RevId: f8303df543a9d84c066b9a4a1bd1c0239eb75857
This commit is contained in:
June Tate-Gans
2022-04-18 20:22:08 +00:00
committed by Sam Leffler
parent 9188a29bd4
commit 57a4ee2f13
41 changed files with 117 additions and 42 deletions

View File

@@ -1,4 +1,6 @@
cargo-features = ["edition2021"]
[package]
name = "kata-ml-interface"
version = "0.1.0"
edition = "2018"
edition = "2021"