We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e9dfd6 commit 302dcecCopy full SHA for 302dcec
libafl_frida/Cargo.toml
@@ -125,3 +125,7 @@ winapi = { version = "0.3", features = [
125
errno = "0.3"
126
[target.'cfg(target_vendor="apple")'.dependencies]
127
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