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
330 B

--- object-0.17.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ object-0.17.0/Cargo.toml 2020-02-26T23:34:29.607455+00:00
@@ -35,7 +35,7 @@
optional = true
[dependencies.goblin]
-version = "0.1"
+version = "0.2"
features = ["endian_fd", "elf32", "elf64", "mach32", "mach64", "pe32", "pe64", "archive"]
default-features = false