diff options
author | iximeow <me@iximeow.net> | 2020-02-22 17:08:44 -0800 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2020-02-22 17:08:44 -0800 |
commit | 953818c09904bad3d2639af888b48ee07fd99407 (patch) | |
tree | 161790b96d361654d4e5a3889425c2b559355a33 /Cargo.toml | |
parent | 3fecb0305fada50a9f1f4850500b498f452ee2ee (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.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 = [] } |