Update to version 1.1.2; Fixes RHBZ#2321638

epel10 imports/epel10/rust-anstyle-query-1.1.2-1.el10
Fabio Valentini 4 months ago
parent 8f2eef4ab7
commit 557c92eebf
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -3,3 +3,4 @@
/anstyle-query-1.0.3.crate
/anstyle-query-1.1.0.crate
/anstyle-query-1.1.1.crate
/anstyle-query-1.1.2.crate

@ -1,11 +1,11 @@
--- anstyle-query-1.1.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ anstyle-query-1.1.1/Cargo.toml 2024-07-28T12:50:09.577219+00:00
--- anstyle-query-1.1.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ anstyle-query-1.1.2/Cargo.toml 2024-10-30T22:34:02.643175+00:00
@@ -92,13 +92,6 @@
name = "query"
path = "examples/query.rs"
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.52.0"
-version = "0.59.0"
-features = [
- "Win32_System_Console",
- "Win32_Foundation",
@ -14,8 +14,8 @@
[lints.clippy]
bool_assert_comparison = "allow"
branches_sharing_code = "allow"
@@ -168,3 +161,4 @@
unused_lifetimes = "warn"
unused_macro_rules = "warn"
unused_qualifications = "warn"
@@ -169,3 +162,4 @@
[lints.rust.rust_2018_idioms]
level = "warn"
priority = -1
+

@ -5,7 +5,7 @@
%global crate anstyle-query
Name: rust-anstyle-query
Version: 1.1.1
Version: 1.1.2
Release: %autorelease
Summary: Look up colored console capabilities

@ -1 +1 @@
SHA512 (anstyle-query-1.1.1.crate) = 1b2e888f025142a0d9b01314cf083831a2a45d8da737c1be3a6a9aa177e73e0d2ae7999fe7610dd450b7096115e8cf38c5da23723cebf1deaa7d3501d3dbd5ce
SHA512 (anstyle-query-1.1.2.crate) = 26069d936c4b1fb09bc65cda0253fe9be8fa4e96c0821f980c772602b4e9230035ec8c9d092ef95e0a0354ac559f8d25f57a14c34086d4d241b5fba688951837

Loading…
Cancel
Save