Skip to content

Commit

Permalink
Fix cI
Browse files Browse the repository at this point in the history
  • Loading branch information
s1341 committed Jan 14, 2025
1 parent 3869a63 commit ad561eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frida-gum/src/module.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

use crate::MemoryRange;

use core::alloc::string::ToString;
use std::string::ToString;

Check failure on line 18 in frida-gum/src/module.rs

View workflow job for this annotation

GitHub Actions / Check no_std

failed to resolve: use of undeclared crate or module `std`

Check failure on line 18 in frida-gum/src/module.rs

View workflow job for this annotation

GitHub Actions / Check no_std

failed to resolve: use of undeclared crate or module `std`

Check failure on line 18 in frida-gum/src/module.rs

View workflow job for this annotation

GitHub Actions / Check (x86_64)

failed to resolve: use of undeclared crate or module `std`

Check failure on line 18 in frida-gum/src/module.rs

View workflow job for this annotation

GitHub Actions / Check (x86_64)

failed to resolve: use of undeclared crate or module `std`
use {
crate::{Gum, NativePointer, PageProtection, RangeDetails},
core::{ffi::c_void, ffi::CStr, fmt},
Expand Down

0 comments on commit ad561eb

Please sign in to comment.