From f0869a1e2fbbdc50f6b020f088da020463e177da Mon Sep 17 00:00:00 2001 From: iximeow Date: Mon, 13 Jan 2020 20:27:33 -0800 Subject: forgot one line in sorting, oof --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index eb91bc1..efe935c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,12 +2,12 @@ authors = [ "iximeow " ] description = "fundamental traits to describe an architecture in the yaxpeax project" +edition = "2018" keywords = ["disassembly", "disassembler"] license = "0BSD" name = "yaxpeax-arch" repository = "https://git.iximeow.net/yaxpeax-arch/" version = "0.0.1" -edition = "2018" [dependencies] "num-traits" = "0.2" -- cgit v1.1