Update to version 0.36.4; Fixes RHBZ#2309093

epel10
Fabio Valentini 5 months ago
parent ee1cf74cc0
commit 05d8beb48e
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -19,3 +19,4 @@
/object-0.36.1.crate
/object-0.36.2.crate
/object-0.36.3.crate
/object-0.36.4.crate

@ -1,18 +1,18 @@
--- object-0.36.3/Cargo.toml 1970-01-01T00:00:01+00:00
+++ object-0.36.3/Cargo.toml 2024-08-09T10:31:12.992213+00:00
@@ -81,11 +81,6 @@
--- object-0.36.4/Cargo.toml 1970-01-01T00:00:01+00:00
+++ object-0.36.4/Cargo.toml 2024-09-17T20:28:58.621759+00:00
@@ -98,11 +98,6 @@
version = "0.7.0"
optional = true
-[dependencies.wasmparser]
-version = "0.215.0"
-version = "0.216.0"
-optional = true
-default-features = false
-
[features]
all = [
"read",
@@ -93,7 +88,6 @@
@@ -110,7 +105,6 @@
"build",
"std",
"compression",
@ -20,7 +20,7 @@
]
archive = []
build = [
@@ -127,7 +121,6 @@
@@ -144,7 +138,6 @@
"elf",
"macho",
"pe",
@ -28,7 +28,7 @@
"xcoff",
]
elf = []
@@ -157,7 +150,6 @@
@@ -174,7 +167,6 @@
"all",
"unstable",
]

@ -5,7 +5,7 @@
%global crate object
Name: rust-object
Version: 0.36.3
Version: 0.36.4
Release: %autorelease
Summary: Unified interface for reading and writing object file formats

@ -1 +1 @@
SHA512 (object-0.36.3.crate) = 2f8175d757a66658bf91234d6a58905ef9a410bb19973e81bdd8b28322f6865e32f5b9cfd0ad38195cb07b2721ababf240876270f39a6c7ab8a36a127dc18f0e
SHA512 (object-0.36.4.crate) = b929b3ad9ca32a5830a2ba103e6e14419b145c324b834b453d53f3cbfb5181246b2628baf5fc668c449f5337411d374b56abdd4d1dc4a744f65aaaab284bf77c

Loading…
Cancel
Save