aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2021-07-03 22:07:12 -0700
committeriximeow <me@iximeow.net>2021-07-03 22:09:26 -0700
commite7cb91d727bd9fbb332d09d8ac254b0bd6c46e88 (patch)
tree6d62b5963a7af077593168d44e26b68776f0fe7b
parent288ab8fa823d2fbe567e60253c8bad9b2c9b7fd4 (diff)
add crate badges and bump to 0.1.0!
-rw-r--r--Cargo.toml6
-rw-r--r--README.md6
2 files changed, 6 insertions, 6 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7674eb8..916dd8a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,7 @@ keywords = ["disassembly", "disassembler"]
license = "0BSD"
name = "yaxpeax-arch"
repository = "https://git.iximeow.net/yaxpeax-arch/"
-version = "0.0.5"
+version = "0.1.0"
[dependencies]
"num-traits" = { version = "0.2", default-features = false }
@@ -16,8 +16,8 @@ version = "0.0.5"
"serde_derive" = { version = "1.0", optional = true }
[dev-dependencies]
-"anyhow" = "*"
-"thiserror" = "*"
+anyhow = "1.0.41"
+thiserror = "1.0.26"
[profile.release]
lto = true
diff --git a/README.md b/README.md
index 5f72f7e..0e181bc 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,8 @@
## yaxpeax-arch
+[![crate](https://img.shields.io/crates/v/yaxpeax-arch.svg?logo=rust)](https://crates.io/crates/yaxpeax-arch)
+[![documentation](https://docs.rs/yaxpeax-arch/badge.svg)](https://docs.rs/yaxpeax-arch)
+
shared traits for architecture definitions, instruction decoders, and related interfaces for instruction decoders from the yaxpeax project.
### implementations
@@ -38,6 +41,3 @@ there are numerous architectures for which decoders are implemented, at varying
the canonical copy of `yaxpeax-arch` is at [https://git.iximeow.net/yaxpeax-arch](https://git.iximeow.net/yaxpeax-arch).
`yaxpeax-arch` is also mirrored on GitHub at [https://www.github.com/iximeow/yaxpeax-arch](https://www.github.com/iximeow/yaxpeax-arch).
-
-### ! user beware !
-these interfaces will almost certainly move and change. the version number is `0.0.4` and i mean it with every fiber of my being.