Compare commits

..

5 Commits

3
.gitignore vendored

@ -15,3 +15,6 @@
/inventory-0.3.12.crate /inventory-0.3.12.crate
/inventory-0.3.13.crate /inventory-0.3.13.crate
/inventory-0.3.14.crate /inventory-0.3.14.crate
/inventory-0.3.15.crate
/inventory-0.3.16.crate
/inventory-0.3.17.crate

@ -0,0 +1,8 @@
--- inventory-0.3.17/Cargo.toml 1970-01-01T00:00:01+00:00
+++ inventory-0.3.17/Cargo.toml 2025-01-14T20:56:19.252220+00:00
@@ -62,5 +62,3 @@
version = "1.0.89"
features = ["diff"]
-[target.'cfg(target_family = "wasm")'.dependencies.rustversion]
-version = "1.0"

@ -1,17 +1,19 @@
# Generated by rust2rpm 25 # Generated by rust2rpm 27
%bcond_without check %bcond check 1
%global debug_package %{nil} %global debug_package %{nil}
%global crate inventory %global crate inventory
Name: rust-inventory Name: rust-inventory
Version: 0.3.14 Version: 0.3.17
Release: %autorelease Release: %autorelease
Summary: Typed distributed plugin registration Summary: Typed distributed plugin registration
License: MIT OR Apache-2.0 License: MIT OR Apache-2.0
URL: https://crates.io/crates/inventory URL: https://crates.io/crates/inventory
Source: %{crates_source} Source: %{crates_source}
# Automatically generated patch to strip dependencies and normalize metadata
Patch: inventory-fix-metadata-auto.diff
BuildRequires: cargo-rpm-macros >= 24 BuildRequires: cargo-rpm-macros >= 24

@ -1 +1 @@
SHA512 (inventory-0.3.14.crate) = a64cbe3bed6639f4e45a80af6adbfbba84368208b511ac371d9d65df68abf71ce80d5d27d1c73d7bdccc4324bdca257467efc36a87d2679f4b6193b08c58b0e5 SHA512 (inventory-0.3.17.crate) = d594ac73d174e0edb8c9f54024ef393fbd03448e8d3b6cfe5811ae084adae366d0a039f953904c35d999ae13c520d0df7c4facea62d20e7288d9ee93b79c3dcd

Loading…
Cancel
Save