From 953818c09904bad3d2639af888b48ee07fd99407 Mon Sep 17 00:00:00 2001 From: iximeow Date: Sat, 22 Feb 2020 17:08:44 -0800 Subject: include reference to changelog in readme also bump to 0.0.8 and hope this is the right crates.io incantation to show the readme there --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') 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 " ] 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 = [] } -- cgit v1.1