From 62ef4122f60825f4868c982c6a45900545c817bf Mon Sep 17 00:00:00 2001 From: iximeow Date: Tue, 6 Jul 2021 19:03:28 -0700 Subject: update crate to rust 2018 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index e3289a2..a9bbc7a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ authors = [ "iximeow " ] license = "0BSD" repository = "http://git.iximeow.net/yaxpeax-pic18/" description = "pic18 decoder for the yaxpeax project" +edition = "2018" [dependencies] yaxpeax-arch = { version = "0.2.3", default-features = false, features = [] } -- cgit v1.1