Update to version 1.1.6; Fixes RHBZ#2122377

epel9
Fabio Valentini 2 years ago
parent d5446ca828
commit 0f7c87a4ff
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -9,3 +9,4 @@
/arbitrary-1.0.3.crate
/arbitrary-1.1.0.crate
/arbitrary-1.1.3.crate
/arbitrary-1.1.6.crate

@ -1,16 +1,15 @@
# Generated by rust2rpm 21
# Generated by rust2rpm 22
%bcond_without check
%global debug_package %{nil}
%global crate arbitrary
Name: rust-%{crate}
Version: 1.1.3
Name: rust-arbitrary
Version: 1.1.6
Release: %autorelease
Summary: Trait for generating structured data from unstructured data
# Upstream license specification: MIT OR Apache-2.0
License: MIT or ASL 2.0
License: MIT OR Apache-2.0
URL: https://crates.io/crates/arbitrary
Source: %{crates_source}

@ -1 +1 @@
SHA512 (arbitrary-1.1.3.crate) = 31083a9430e81908dbbb49320faf3dabbad42e50e93ce000e6f8af1d652bc0cbdda3f28ab1f9e93b1f079a61ba53ceb29f8ef8f3cf929689e09bcee92a8069fd
SHA512 (arbitrary-1.1.6.crate) = df027c0eebbfb12750afabd6e425b810d3479b9cdaf7d1f3b24b73357941b69562bfeaae764d1dc5a7c1991196a3bec2ef52e8f40055b7b0db37839c6757f861

Loading…
Cancel
Save