aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2020-02-22 17:08:44 -0800
committeriximeow <me@iximeow.net>2020-02-22 17:08:44 -0800
commit953818c09904bad3d2639af888b48ee07fd99407 (patch)
tree161790b96d361654d4e5a3889425c2b559355a33 /Cargo.toml
parent3fecb0305fada50a9f1f4850500b498f452ee2ee (diff)
include reference to changelog in readme0.0.8
also bump to 0.0.8 and hope this is the right crates.io incantation to show the readme there
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 77bb3b3..7b27d00 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,11 +1,12 @@
[package]
name = "yaxpeax-x86"
-version = "0.0.7"
+version = "0.0.8"
authors = [ "iximeow <me@iximeow.net>" ]
license = "0BSD"
repository = "http://git.iximeow.net/yaxpeax-x86/"
description = "x86 decoders for the yaxpeax project"
+readme = "README.md"
[dependencies]
yaxpeax-arch = { version = "0.0.3", default-features = false, features = [] }