Update to version 0.6.15; Fixes RHBZ#2299840

epel10
Fabio Valentini 7 months ago
parent 667e4dcca7
commit 1c489d8a56
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -8,3 +8,4 @@
/anstream-0.6.12.crate /anstream-0.6.12.crate
/anstream-0.6.13.crate /anstream-0.6.13.crate
/anstream-0.6.14.crate /anstream-0.6.14.crate
/anstream-0.6.15.crate

@ -1,6 +1,6 @@
--- anstream-0.6.14/Cargo.toml 1970-01-01T00:00:01+00:00 --- anstream-0.6.15/Cargo.toml 1970-01-01T00:00:01+00:00
+++ anstream-0.6.14/Cargo.toml 2024-07-02T12:18:12.596325+00:00 +++ anstream-0.6.15/Cargo.toml 2024-07-28T12:53:08.493077+00:00
@@ -141,11 +141,7 @@ @@ -155,11 +155,7 @@
"wincon", "wincon",
] ]
test = [] test = []
@ -13,7 +13,7 @@
[lints.clippy] [lints.clippy]
bool_assert_comparison = "allow" bool_assert_comparison = "allow"
@@ -216,3 +212,4 @@ @@ -230,3 +226,4 @@
unused_lifetimes = "warn" unused_lifetimes = "warn"
unused_macro_rules = "warn" unused_macro_rules = "warn"
unused_qualifications = "warn" unused_qualifications = "warn"

@ -1,25 +1,28 @@
--- anstream-0.6.14/Cargo.toml 1970-01-01T00:00:01+00:00 --- anstream-0.6.15/Cargo.toml 1970-01-01T00:00:01+00:00
+++ anstream-0.6.14/Cargo.toml 2024-07-02T12:20:01.373905+00:00 +++ anstream-0.6.15/Cargo.toml 2024-07-28T12:54:11.965381+00:00
@@ -88,18 +88,6 @@ @@ -99,21 +99,6 @@
name = "query-stream" path = "examples/query-stream.rs"
required-features = ["auto"] required-features = ["auto"]
-[[bench]] -[[bench]]
-name = "strip" -name = "stream"
-path = "benches/stream.rs"
-harness = false -harness = false
- -
-[[bench]] -[[bench]]
-name = "wincon" -name = "strip"
-path = "benches/strip.rs"
-harness = false -harness = false
- -
-[[bench]] -[[bench]]
-name = "stream" -name = "wincon"
-path = "benches/wincon.rs"
-harness = false -harness = false
- -
[dependencies.anstyle] [dependencies.anstyle]
version = "1.0.0" version = "1.0.0"
@@ -113,14 +101,8 @@ @@ -127,14 +112,8 @@
[dependencies.colorchoice] [dependencies.colorchoice]
version = "1.0.0" version = "1.0.0"

@ -5,7 +5,7 @@
%global crate anstream %global crate anstream
Name: rust-anstream Name: rust-anstream
Version: 0.6.14 Version: 0.6.15
Release: %autorelease Release: %autorelease
Summary: Simple cross platform library for writing colored text to a terminal Summary: Simple cross platform library for writing colored text to a terminal

@ -1 +1 @@
SHA512 (anstream-0.6.14.crate) = 65ece20958e3fb1ed4a5ff1d45f5bfdcb942c64994a3d14eefb0dfd5b04f433f6e1b06ebff240c67ed8ff7cc01d93ca0acf8c8ea29cb41309c6c882e7c192b34 SHA512 (anstream-0.6.15.crate) = 1cb01a0293b4c9bcc010909707e71c464416d3ec6fc9789060b7aa9fe4cc04424fefa8013cc8765ccdae6dfd9a1c50a11f7b30b39a32c4aeaf525f28167ddb92

Loading…
Cancel
Save