Skip to content

Commit

Permalink
0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
s1341 committed Oct 13, 2024
1 parent e2099a2 commit 12ec1cb
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.14.0"
version = "0.14.1"
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.14.0" }
frida-build = { path = "../frida-build", optional = true, version = "0.14.1" }

[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.14.0" }
frida-gum-sys = { path = "../frida-gum-sys", version = "0.14.1" }
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.14.0" }
frida-build = { path = "../frida-build", optional = true, version = "0.14.1" }

[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.14.0" }
frida-sys = { path = "../frida-sys", version = "0.14.1" }
thiserror = "1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.127"
Expand Down

0 comments on commit 12ec1cb

Please sign in to comment.