Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
yrp604 committed Nov 14, 2023
1 parent f904285 commit 47be36e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bad64"
version = "0.6.0"
version = "0.7.0"
authors = ["yrp <yrp604@protonmail.com>"]
edition = "2021"
description = "Rust bindings for Binja's arm64 disassembler"
Expand All @@ -11,7 +11,7 @@ keywords = ["disassembler", "armv8", "arm64", "aarch64", "binja"]


[dependencies]
bad64-sys = "0.5"
bad64-sys = "0.6"
cstr_core = "0.2"
num-traits = "0.2"
num-derive = "0.3"
Expand Down

0 comments on commit 47be36e

Please sign in to comment.