Update to 0.19.0

epel9
Josh Stone 5 years ago
parent 58b17787a1
commit ac3504eea1

1
.gitignore vendored

@ -6,3 +6,4 @@
/object-0.12.0.crate
/object-0.17.0.crate
/object-0.18.0.crate
/object-0.19.0.crate

@ -1,16 +1,16 @@
--- object-0.18.0/Cargo.toml 2020-03-22T03:27:36+00:00
+++ object-0.18.0/Cargo.toml 2020-05-05T21:40:47.927578+00:00
@@ -49,9 +49,6 @@
[dependencies.target-lexicon]
version = "0.10"
--- object-0.19.0/Cargo.toml 2020-05-12T03:49:31+00:00
+++ object-0.19.0/Cargo.toml 2020-05-12T18:46:54.787770+00:00
@@ -46,9 +46,6 @@
version = "1.1"
optional = true
-[dependencies.wasmparser]
-version = "0.51.0"
-version = "0.54"
-optional = true
[dev-dependencies.memmap]
version = "0.7"
@@ -62,9 +59,8 @@
@@ -59,9 +56,8 @@
elf = []
macho = []
pe = ["coff"]

@ -5,7 +5,7 @@
%global crate object
Name: rust-%{crate}
Version: 0.18.0
Version: 0.19.0
Release: 1%{?dist}
Summary: Unified interface for reading and writing object file formats
@ -231,6 +231,9 @@ which use "write_core" feature of "%{crate}" crate.
%endif
%changelog
* Tue May 12 2020 Josh Stone <jistone@redhat.com> - 0.19.0-1
- Update to 0.19.0
* Tue May 05 2020 Josh Stone <jistone@redhat.com> - 0.18.0-1
- Update to 0.18.0

@ -1 +1 @@
SHA512 (object-0.18.0.crate) = 88184784a04c5ab5507720dc58007893d4bbaf4b9e9fc42dd17f1c3df64cd6928a94c47d5fa7b3ca1cf29259c8075e07306c59f073c30c0938d9ec099a4400d5
SHA512 (object-0.19.0.crate) = 6482cae0233de235cef2e09b72f981a88747d4531cb04e41151ac5083120d1c3dc0646b017b310e51ab3c304a91502a343f0970e61046f54bc8e332b27b0bc73

Loading…
Cancel
Save