Merge commit '37f84c101b' into sync-from-ra

This commit is contained in:
Laurențiu Nicola 2023-07-17 16:49:15 +03:00
parent 6502421771
commit 4704881b64
311 changed files with 13700 additions and 9110 deletions

View file

@ -12,14 +12,14 @@ rust-version.workspace = true
doctest = false
[dependencies]
object = { version = "0.30.2", default-features = false, features = [
object = { version = "0.31.0", default-features = false, features = [
"std",
"read_core",
"elf",
"macho",
"pe",
] }
libloading = "0.7.3"
libloading = "0.8.0"
memmap2 = "0.5.4"
stdx.workspace = true