aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2021-07-06 18:02:30 -0700
committeriximeow <me@iximeow.net>2021-07-06 18:02:30 -0700
commitf393fae8906a0bc9431743db09bf6268b8f3810c (patch)
tree318745301466109df8e0c0a1b162b18b2b73f112 /Cargo.toml
parentca5e4d5d2bdecaebc7da7657cbda2f70a57fdad0 (diff)
add Reader impls for U8Reader on u16 addresses0.2.3
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1fc3aff..2325591 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.2.2"
+version = "0.2.3"
[dependencies]
"num-traits" = { version = "0.2", default-features = false }