aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2022-01-02 12:46:28 -0800
committeriximeow <me@iximeow.net>2022-01-02 12:46:28 -0800
commit514eae8d01163f9550046054f2d3accc00df972c (patch)
treecae8ad96602e52ee7216aea83395d63d5f0c62bf /Cargo.toml
parente0fbc6335885d5363d823d5435994d2cfc8a19cb (diff)
fix docs that failed to build
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 376aebe..eec55db 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,6 +7,7 @@ license = "0BSD"
repository = "http://git.iximeow.net/yaxpeax-arm/"
description = "arm decoders for the yaxpeax project"
keywords = ["disassembler", "decoder", "armv7", "armv8"]
+edition = "2018"
[dependencies]
yaxpeax-arch = { version = "0.2.2", default-features = false, features = [] }