summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2021-07-06 17:20:06 -0700
committeriximeow <me@iximeow.net>2021-07-06 17:20:06 -0700
commit210e8d9c682524018b240565465a60f65c288e5d (patch)
treeb65cba8fb40946692c1ffc69655f2370dae13119 /Cargo.toml
parentadd603955794786824e7a073e1953a624714be73 (diff)
add changelog for 0.1.3, yaxpeax-arch updates and 0.2.0 bump0.2.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index af02c99..1738354 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "yaxpeax-ia64"
-version = "0.1.4"
+version = "0.2.0"
authors = ["iximeow <me@iximeow.net>"]
edition = "2018"
license = "0BSD"
@@ -9,5 +9,5 @@ description = "ia64 decoder for the yaxpeax project"
readme = "README.md"
[dependencies]
-yaxpeax-arch = { version = "0.0.5", default-features = false, features = [] }
+yaxpeax-arch = { version = "0.2.2", default-features = false, features = [] }
bitvec = "0.19"