Skip to content

Commit

Permalink
Add versions to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
s1341 committed Apr 1, 2024
1 parent 8292554 commit 389b214
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion frida-gum-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ stalker-params = ["cc"]
[build-dependencies]
bindgen = "0.69.4"
cc = { version = "1.0", optional = true }
frida-build = { path = "../frida-build", optional = true }
frida-build = { path = "../frida-build", optional = true, version = "0.13.6" }

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

[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" }
frida-sys = { path = "../frida-sys" , version = "0.13.6"}
thiserror = "1"

[dev-dependencies]
Expand Down

0 comments on commit 389b214

Please sign in to comment.