net_get, net_util: Move crate to rust 2018 edition

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford
2021-05-11 14:19:04 +00:00
committed by Sebastien Boeuf
parent 6895e634cc
commit c03fe508c1
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -2,6 +2,7 @@
name = "net_gen"
version = "0.1.0"
authors = ["The Chromium OS Authors"]
edition = "2018"
[dependencies]
vmm-sys-util = ">=0.3.1"