You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-object/object-fix-metadata.diff

12 lines
336 B

--- object-0.11.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ object-0.11.0/Cargo.toml 2019-04-20T15:45:43.618313+00:00
@@ -24,7 +24,7 @@
optional = true
[dependencies.goblin]
-version = "0.0.19"
+version = "0.0.22"
features = ["endian_fd", "elf32", "elf64", "mach32", "mach64", "pe32", "pe64", "archive"]
default-features = false