Skip to content

Commit f1cfbe6

Browse files
committed
Disable unaliged feature of object
1 parent d525cfc commit f1cfbe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/proc_macro_api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ log = "0.4.8"
1616
crossbeam-channel = "0.5.0"
1717
jod-thread = "0.1.1"
1818
memmap2 = "0.2.0"
19-
object = { version = "0.24", default-features = false, features = ["std", "read_core", "elf", "macho", "pe", "unaligned"] }
19+
object = { version = "0.24", default-features = false, features = ["std", "read_core", "elf", "macho", "pe"] }
2020
snap = "1.0"
2121

2222
tt = { path = "../tt", version = "0.0.0" }

0 commit comments

Comments
 (0)