From e3203b6ba52cdc620526407c02eb834496ec75cc Mon Sep 17 00:00:00 2001 From: iximeow Date: Sat, 3 Jul 2021 22:12:57 -0700 Subject: bump yaxpeax-arch to 0.1.0 and add badges --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 637ffe9..8a82577 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ description = "x86 decoders for the yaxpeax project" readme = "README.md" [dependencies] -yaxpeax-arch = { version = "0.0.5", default-features = false, features = [] } +yaxpeax-arch = { version = "0.1.0", default-features = false, features = [] } "num-traits" = { version = "0.2", default-features = false } "serde" = { version = "1.0", optional = true } "serde_json" = { version = "1.0", optional = true } -- cgit v1.1