Update to version 2.2.0; Fixes RHBZ#2332479

epel10 imports/epel10/rust-colored-2.2.0-1.el10
Fabio Valentini 1 month ago
parent 681014457a
commit 9e3a2087f0
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -6,3 +6,4 @@
/colored-2.0.0.crate /colored-2.0.0.crate
/colored-2.0.4.crate /colored-2.0.4.crate
/colored-2.1.0.crate /colored-2.1.0.crate
/colored-2.2.0.crate

@ -1,11 +1,11 @@
--- colored-2.1.0/Cargo.toml 1970-01-01T00:00:01+00:00 --- colored-2.2.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ colored-2.1.0/Cargo.toml 2024-01-04T19:09:14.556304+00:00 +++ colored-2.2.0/Cargo.toml 2025-01-03T15:49:49.077155+00:00
@@ -40,9 +40,3 @@ @@ -81,9 +81,3 @@
[features] [features]
no-color = [] no-color = []
-[target."cfg(windows)".dependencies.windows-sys] -[target."cfg(windows)".dependencies.windows-sys]
-version = "0.48" -version = ">=0.48,<=0.59"
-features = [ -features = [
- "Win32_Foundation", - "Win32_Foundation",
- "Win32_System_Console", - "Win32_System_Console",

@ -1,12 +1,12 @@
# Generated by rust2rpm 25 # Generated by rust2rpm 27
# * tests are not compatible with a stable version of rspec # * tests are not compatible with a stable version of rspec
%bcond_with check %bcond check 0
%global debug_package %{nil} %global debug_package %{nil}
%global crate colored %global crate colored
Name: rust-colored Name: rust-colored
Version: 2.1.0 Version: 2.2.0
Release: %autorelease Release: %autorelease
Summary: Most simple way to add colors in your terminal Summary: Most simple way to add colors in your terminal

@ -1 +1 @@
SHA512 (colored-2.1.0.crate) = fa70f18fb29f6870a727d8243808c96e9497f8302f5f2b1748f9d9e396031e9c53a025b8edc9c8c9a0f8cfca12e5da73250a71e382b3074e9415b85bc004769e SHA512 (colored-2.2.0.crate) = 4e3266c498a18a464b6640c0b735519f91b30fc1e001236badd4885a7fad80fe230e262fed4a8d07d54b4eb7dd24df4daebce84cfc0a4f29b6582153e11df5ea

Loading…
Cancel
Save