Skip to content

Commit

Permalink
Bump to version 0.48.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jamcleod committed Oct 31, 2024
1 parent e1db0cd commit 6df3ef1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion panda-macros/Cargo.toml
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"
Expand Down
6 changes: 3 additions & 3 deletions panda-rs/Cargo.toml
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)"
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion panda-sys/Cargo.toml
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)"
Expand Down

0 comments on commit 6df3ef1

Please sign in to comment.