diff --git a/frida-gum-sys/Cargo.toml b/frida-gum-sys/Cargo.toml index d8c700e..99c294f 100644 --- a/frida-gum-sys/Cargo.toml +++ b/frida-gum-sys/Cargo.toml @@ -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" } diff --git a/frida-gum/Cargo.toml b/frida-gum/Cargo.toml index 9476c0a..26b4ae1 100644 --- a/frida-gum/Cargo.toml +++ b/frida-gum/Cargo.toml @@ -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 } diff --git a/frida-sys/Cargo.toml b/frida-sys/Cargo.toml index 76d4416..e045e63 100644 --- a/frida-sys/Cargo.toml +++ b/frida-sys/Cargo.toml @@ -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" } diff --git a/frida/Cargo.toml b/frida/Cargo.toml index 7bd3346..7fa466f 100644 --- a/frida/Cargo.toml +++ b/frida/Cargo.toml @@ -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]