diff options
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,12 +2,12 @@ authors = [ "iximeow <me@iximeow.net>" ] 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" |