Update to version 0.1.10; Fixes RHBZ#2113800

epel9
Fabio Valentini 3 years ago
parent db687ce703
commit d18ecd8c94
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -6,3 +6,4 @@
/unindent-0.1.7.crate
/unindent-0.1.8.crate
/unindent-0.1.9.crate
/unindent-0.1.10.crate

@ -1,17 +1,16 @@
# Generated by rust2rpm 21
# Generated by rust2rpm 22
# * tests can only be run in-tree
%bcond_with check
%global debug_package %{nil}
%global crate unindent
Name: rust-%{crate}
Version: 0.1.9
Name: rust-unindent
Version: 0.1.10
Release: %autorelease
Summary: Remove a column of leading whitespace from a string
# 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/unindent
Source: %{crates_source}

@ -1 +1 @@
SHA512 (unindent-0.1.9.crate) = bcf5a74ee92c034e975dabc83cbb1859100b3ac04439a360a109651d95eb4f29e4a0c113fbd67b9fef2a3b27d10f29dc84bfb648ea4c3dec64b7dab8d14e57ea
SHA512 (unindent-0.1.10.crate) = 46ff1a2c042972af2fe5958677b2fa5adf3b9edbb168bd66cc93baf9d1b128f583d9502b83f174b35866343b57a57c8a91a465eab267dddae919af24095bf6bd

Loading…
Cancel
Save