Skip to content

Commit

Permalink
Fix buildfile, update Frida version
Browse files Browse the repository at this point in the history
  • Loading branch information
domenukk committed Oct 29, 2024
1 parent 8b8c408 commit 4fe0266
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion FRIDA_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.5.2
16.5.6
2 changes: 1 addition & 1 deletion frida-gum-sys/FRIDA_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.5.2
16.5.6
1 change: 0 additions & 1 deletion frida-gum-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ use std::path::PathBuf;
fn main() {
println!("cargo:rerun-if-changed=build.rs");

#[cfg(not(feature = "auto-download"))]
let docs = std::env::var("DOCS_RS").is_ok();

let target_os = env::var("CARGO_CFG_TARGET_OS").unwrap();
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.5.2
16.5.6

0 comments on commit 4fe0266

Please sign in to comment.