Skip to content

Commit 302dcec

Browse files
committed
1 parent 0e9dfd6 commit 302dcec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libafl_frida/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,3 +125,7 @@ winapi = { version = "0.3", features = [
125125
errno = "0.3"
126126
[target.'cfg(target_vendor="apple")'.dependencies]
127127
mach-sys = { version = "0.5.4" }
128+
129+
[patch.crates-io]
130+
# Track issue: https://github.com/dtolnay/proc-macro2/pull/501
131+
proc-marco2 = { git = "https://github.com/wtdcode/proc-macro2", branch = "impl-proc-macro-span" }

0 commit comments

Comments
 (0)