From 9f189efa8bca085bb1252d5b28a02cff70081d3f Mon Sep 17 00:00:00 2001 From: Nick Shipp Date: Sun, 30 Sep 2018 17:52:49 -0400 Subject: Some cleanup + bump to Rust 2018 --- bunny/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'bunny/Cargo.toml') diff --git a/bunny/Cargo.toml b/bunny/Cargo.toml index 5f6ae9d..e8a5617 100644 --- a/bunny/Cargo.toml +++ b/bunny/Cargo.toml @@ -3,6 +3,7 @@ name = "bunny" version = "0.1.0" authors = ["Nick Shipp "] build = "build.rs" +edition = "2018" [dependencies] efi = { path = "libefi" } -- cgit v1.2.3-54-g00ecf