update
This commit is contained in:
@@ -11,7 +11,7 @@ noexports = []
|
||||
lazy_static = "1.4.0"
|
||||
log = "0.4"
|
||||
libc = "0.2"
|
||||
rayon = { version = "1.0", optional = true }
|
||||
rayon = { version = "1.8", optional = true }
|
||||
binaryninjacore-sys = { path = "binaryninjacore-sys" }
|
||||
|
||||
[workspace]
|
||||
@@ -26,5 +26,10 @@ members = [
|
||||
"examples/minidump",
|
||||
"examples/mlil_visitor",
|
||||
"examples/mlil_lifter",
|
||||
"examples/hlil_visitor",
|
||||
"examples/hlil_lifter",
|
||||
"examples/template"
|
||||
]
|
||||
|
||||
[profile.release]
|
||||
debug = 1
|
||||
|
||||
Reference in New Issue
Block a user