Update to version 0.3.7; Fixes RHBZ#2324585

epel10 imports/epel10/rust-color-print-0.3.7-1.el10
Fabio Valentini 2 months ago
parent b31f2d0ad6
commit 146f5f572c
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,2 +1,3 @@
/color-print-0.3.5.crate /color-print-0.3.5.crate
/color-print-0.3.6.crate /color-print-0.3.6.crate
/color-print-0.3.7.crate

@ -5,9 +5,9 @@
%global crate color-print %global crate color-print
Name: rust-color-print Name: rust-color-print
Version: 0.3.6 Version: 0.3.7
Release: %autorelease Release: %autorelease
Summary: Colorize and stylize strings for terminal at compile-time, by using an HTML-like syntax Summary: Colorize and stylize strings for terminal at compile-time
License: MIT OR Apache-2.0 License: MIT OR Apache-2.0
URL: https://crates.io/crates/color-print URL: https://crates.io/crates/color-print

@ -1,3 +1,6 @@
[package]
summary = "Colorize and stylize strings for terminal at compile-time"
[features] [features]
hide = [ hide = [
"terminfo", "terminfo",

@ -1 +1 @@
SHA512 (color-print-0.3.6.crate) = 501df490f457ce1965d4e405b58acbba6a105de3208e50e027af51e76dcd658c2bafd1d1244e7d60bd9fe4fa0be48267056ad81ceec04646fc415f46953bb225 SHA512 (color-print-0.3.7.crate) = b79418bbd1ceb75a079f30648bcc6e9fa90c083058e5eae486932ec9334b1b9edbfb61a5de4034562d06dfa20d0afe45e6c2902d057cc14258abef393ac1a506

Loading…
Cancel
Save