Skip to content

Commit

Permalink
bump to v0.16.7
Browse files Browse the repository at this point in the history
  • Loading branch information
s1341 committed Feb 2, 2025
1 parent 72d19c5 commit 9102813
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ members = [
default-members = ["frida-gum-sys", "frida-gum", "frida-sys", "frida"]

[workspace.package]
version = "0.16.6"
version = "0.16.7"
authors = [
"Keegan Saunders <[email protected]>",
"Shmarya Rubenstein <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion frida-gum-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ js = []
[build-dependencies]
bindgen = "0.69.4"
cc = { version = "1.0", optional = true }
frida-build = { path = "../frida-build", optional = true, version = "0.16.6" }
frida-build = { path = "../frida-build", optional = true, version = "0.16.7" }

[badges]
maintenance = { status = "experimental" }
2 changes: 1 addition & 1 deletion frida-gum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ std = []
cstr_core = { version = "0.2.6", default-features = false, features = [
"alloc",
] }
frida-gum-sys = { path = "../frida-gum-sys", version = "0.16.6" }
frida-gum-sys = { path = "../frida-gum-sys", version = "0.16.7" }
libc = { version = "0.2.153", default-features = false, optional = true }
num = { version = "0.4.1", default-features = false }
num-derive = { version = "0.4.2", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion frida-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ auto-download = ["frida-build"]

[build-dependencies]
bindgen = "0.69.4"
frida-build = { path = "../frida-build", optional = true, version = "0.16.6" }
frida-build = { path = "../frida-build", optional = true, version = "0.16.7" }

[badges]
maintenance = { status = "experimental" }
2 changes: 1 addition & 1 deletion frida/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description.workspace = true
auto-download = ["frida-sys/auto-download"]

[dependencies]
frida-sys = { path = "../frida-sys", version = "0.16.6" }
frida-sys = { path = "../frida-sys", version = "0.16.7" }
thiserror = "1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.127"
Expand Down

2 comments on commit 9102813

@ChiChou
Copy link

@ChiChou ChiChou commented on 9102813 Feb 4, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@s1341
Copy link
Contributor Author

@s1341 s1341 commented on 9102813 Feb 5, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nope. That is the frida version, which is currently 16.6.6, the crate version is 0.16.7....

Please sign in to comment.