Update to version 1.0.9; Fixes RHBZ#2107773

epel9
Fabio Valentini 2 years ago
parent 40f09eb7c5
commit b28807db70
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -6,3 +6,4 @@
/rustversion-1.0.5.crate
/rustversion-1.0.6.crate
/rustversion-1.0.7.crate
/rustversion-1.0.9.crate

@ -1,16 +1,15 @@
# Generated by rust2rpm 21
# Generated by rust2rpm 22
%bcond_without check
%global debug_package %{nil}
%global crate rustversion
Name: rust-%{crate}
Version: 1.0.7
Name: rust-rustversion
Version: 1.0.9
Release: %autorelease
Summary: Conditional compilation according to rustc compiler version
# 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/rustversion
Source: %{crates_source}

@ -1 +1 @@
SHA512 (rustversion-1.0.7.crate) = 2c3a41c6ffc3bb5e104c24690bad6149ad13aae55b8d82582e3878056494b8f10c99cb4170a0b0d38c2cf6bc3657f0a52ded1dd15168703a43a615ed0c6f8c6e
SHA512 (rustversion-1.0.9.crate) = b2c116585816ee3aff5b21ac72ef05520ebb01fc164519e43407685c223ad5f2d3ded663c643a1f0e8150d334383c7504b701ea2708a570e5d7e29d98e2e7c61

Loading…
Cancel
Save