aboutsummaryrefslogtreecommitdiff
path: root/bunny/Cargo.toml
diff options
context:
space:
mode:
authorNick Shipp <nick@shipp.ninja>2018-09-30 17:52:49 -0400
committerNick Shipp <nick@shipp.ninja>2018-09-30 17:52:49 -0400
commit9f189efa8bca085bb1252d5b28a02cff70081d3f (patch)
tree950755ec0b0f6397924042118381602ad7ce37da /bunny/Cargo.toml
parentdf083e306a53e6a45a5730e7059032be43cc75ff (diff)
Some cleanup + bump to Rust 2018
Diffstat (limited to 'bunny/Cargo.toml')
-rw-r--r--bunny/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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 <nick@shipp.ninja>"]
build = "build.rs"
+edition = "2018"
[dependencies]
efi = { path = "libefi" }