From 739317f268b4ed1a8f3e06af6c6fdf977219d4f9 Mon Sep 17 00:00:00 2001 From: novafacing Date: Mon, 24 Jun 2024 13:00:04 -0700 Subject: Bump yaxpeax-arch and bitvec, allow use of deprecated yaxpeax-arch traits, fix bitvec syntax changes --- Cargo.toml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 5f92713..fbadd4e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "yaxpeax-arm" version = "0.2.6" -authors = [ "iximeow " ] +authors = ["iximeow "] license = "0BSD" repository = "http://git.iximeow.net/yaxpeax-arm/" description = "arm decoders for the yaxpeax project" @@ -12,13 +12,11 @@ edition = "2018" [lib] [workspace] -members = [ - "differential-tests" -] +members = ["differential-tests"] [dependencies] -yaxpeax-arch = { version = "0.2.2", default-features = false, features = [] } -bitvec = "0.19" +yaxpeax-arch = { version = "0.3.1", default-features = false, features = [] } +bitvec = "1.0.1" "serde" = { version = "1.0", optional = true } "serde_derive" = { version = "1.0", optional = true } -- cgit v1.1