Update to version 0.36.3; Fixes RHBZ#2303341

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

1
.gitignore vendored

@ -18,3 +18,4 @@
/object-0.32.2.crate /object-0.32.2.crate
/object-0.36.1.crate /object-0.36.1.crate
/object-0.36.2.crate /object-0.36.2.crate
/object-0.36.3.crate

@ -1,11 +1,11 @@
--- object-0.36.2/Cargo.toml 1970-01-01T00:00:01+00:00 --- object-0.36.3/Cargo.toml 1970-01-01T00:00:01+00:00
+++ object-0.36.2/Cargo.toml 2024-07-24T21:05:06.120075+00:00 +++ object-0.36.3/Cargo.toml 2024-08-09T10:31:12.992213+00:00
@@ -81,11 +81,6 @@ @@ -81,11 +81,6 @@
version = "0.7.0" version = "0.7.0"
optional = true optional = true
-[dependencies.wasmparser] -[dependencies.wasmparser]
-version = "0.214.0" -version = "0.215.0"
-optional = true -optional = true
-default-features = false -default-features = false
- -

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

@ -1,3 +1,8 @@
[package]
cargo-toml-patch-comments = [
"disable unused WASM support",
]
[features] [features]
hide = [ hide = [
"alloc", "alloc",

@ -1 +1 @@
SHA512 (object-0.36.2.crate) = f5adb662c0e6e184a75c14181d70f3c9d8d6f4002fcb9082863c9c7a28f36d35464168c7447e63316c0227d38d92eec73240665afdecfa574eb625b040854ef9 SHA512 (object-0.36.3.crate) = 2f8175d757a66658bf91234d6a58905ef9a410bb19973e81bdd8b28322f6865e32f5b9cfd0ad38195cb07b2721ababf240876270f39a6c7ab8a36a127dc18f0e

Loading…
Cancel
Save