-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "panda-re-macros" | ||
version = "0.25.1" | ||
version = "0.26.0" | ||
authors = ["Jordan McLeod <[email protected]>"] | ||
edition = "2018" | ||
description = "Macros needed for the `panda-re` library" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "panda-re" | ||
version = "0.47.0" | ||
version = "0.48.0" | ||
authors = ["Jordan McLeod <[email protected]>", "tnballo <[email protected]>"] | ||
edition = "2018" | ||
description = "The official library for interfacing with PANDA (Platform for Architecture-Neutral Dynamic Analysis)" | ||
|
@@ -33,8 +33,8 @@ name = "unicorn_aarch64" | |
required-features = ["libpanda", "aarch64"] | ||
|
||
[dependencies] | ||
panda-re-sys = { version = "0.7", path = "../panda-sys" } | ||
panda-re-macros = { version = "0.25.1", path = "../panda-macros" } | ||
panda-re-sys = { version = "0.8", path = "../panda-sys" } | ||
panda-re-macros = { version = "0.26", path = "../panda-macros" } | ||
inventory = "0.1.8" | ||
dirs = "3.0.1" | ||
lazy_static = "1.4.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "panda-re-sys" | ||
version = "0.7.1" | ||
version = "0.8.0" | ||
authors = ["Jordan McLeod <[email protected]>"] | ||
edition = "2018" | ||
description = "The official *-sys library for interfacing with PANDA (Platform for Architecture-Neutral Dynamic Analysis)" | ||
|