From ae90036845464a54ba8ab21ac43b19f0a11043a6 Mon Sep 17 00:00:00 2001 From: Jean-Marie Mineau Date: Thu, 3 Jul 2025 15:55:25 +0200 Subject: [PATCH] update upstream --- patcher/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patcher/Cargo.toml b/patcher/Cargo.toml index 2df6abe..f044773 100644 --- a/patcher/Cargo.toml +++ b/patcher/Cargo.toml @@ -6,8 +6,8 @@ edition = "2024" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -#androscalpel = { git = "ssh://git@gitlab.inria.fr/androidoftheseus/androscalpel.git", rev = "3a0b9bb", features = ["code-analysis", "platform-list"] } -#apk_frauder = { git = "ssh://git@gitlab.inria.fr/androidoftheseus/androscalpel.git", rev = "3a0b9bb"} +#androscalpel = { git = "ssh://git@gitlab.inria.fr/androidoftheseus/androscalpel.git", rev = "d5006f5", features = ["code-analysis", "platform-list"] } +#apk_frauder = { git = "ssh://git@gitlab.inria.fr/androidoftheseus/androscalpel.git", rev = "d5006f5"} androscalpel = { path = "../../androscalpel/androscalpel", features = ["code-analysis", "platform-list"] } apk_frauder = { path = "../../androscalpel/apk_frauder"} anyhow = { version = "1.0.95", features = ["backtrace"] }