Skip to content

Commit

Permalink
Bump frida to 16.1.10; Release
Browse files Browse the repository at this point in the history
  • Loading branch information
s1341 committed Dec 27, 2023
1 parent a4482a2 commit 55194df
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion FRIDA_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.1.8
16.1.10
2 changes: 1 addition & 1 deletion frida-gum-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "frida-gum-sys"
version = "0.8.2"
version = "0.8.3"
authors = ["Keegan Saunders <[email protected]>", "Shmarya Rubenstein <[email protected]>"]
edition = "2018"
license = "wxWindows"
Expand Down
2 changes: 1 addition & 1 deletion frida-gum-sys/FRIDA_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.1.8
16.1.10
4 changes: 2 additions & 2 deletions frida-gum/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "frida-gum"
version = "0.13.3"
version = "0.13.4"
authors = ["Keegan Saunders <[email protected]>", "Shmarya Rubenstein <[email protected]>"]
edition = "2018"
license = "wxWindows"
Expand All @@ -19,7 +19,7 @@ stalker-params = ["frida-gum-sys/stalker-params"]

[dependencies]
cstr_core = { version = "0.2.6", default-features = false, features = ["alloc"] }
frida-gum-sys = { path = "../frida-gum-sys", version = "0.8.2" }
frida-gum-sys = { path = "../frida-gum-sys", version = "0.8.3" }
libc = { version = "0.2.93", default-features = false, optional = true }
num = { version = "0.3.1", default-features = false }
num-derive = { version = "0.3.3", 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
@@ -1,6 +1,6 @@
[package]
name = "frida-sys"
version = "0.4.3"
version = "0.4.4"
authors = ["Keegan Saunders <[email protected]>", "Shmarya Rubenstein <[email protected]>"]
edition = "2018"
license = "wxWindows"
Expand Down
2 changes: 1 addition & 1 deletion frida-sys/FRIDA_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.1.8
16.1.10
4 changes: 2 additions & 2 deletions frida/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "frida"
version = "0.4.2"
version = "0.4.4"
authors = ["Keegan Saunders <[email protected]>", "Shmarya Rubenstein <[email protected]>"]
edition = "2018"
license = "wxWindows"
Expand All @@ -11,7 +11,7 @@ description = "Rust bindings for Frida"
auto-download = ["frida-sys/auto-download"]

[dependencies]
frida-sys = { path = "../frida-sys", version = "0.4.2" }
frida-sys = { path = "../frida-sys", version = "0.4.4" }
thiserror = "1"

[dev-dependencies]
Expand Down

0 comments on commit 55194df

Please sign in to comment.