Disable unaligned feature for the object crate
This commit is contained in:
parent
5e005cd91e
commit
56deb240b2
@ -10,7 +10,7 @@ edition = "2018"
|
||||
doctest = false
|
||||
|
||||
[dependencies]
|
||||
object = { version = "0.23", default-features = false, features = ["std", "read_core", "elf", "macho", "pe", "unaligned"] }
|
||||
object = { version = "0.23", default-features = false, features = ["std", "read_core", "elf", "macho", "pe"] }
|
||||
libloading = "0.6.0"
|
||||
memmap = "0.7"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user