Update to version 0.2.5; Fixes RHBZ#2169889

epel9
Fabio Valentini 2 years ago
parent 18718c559e
commit a085c6d00e
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -8,3 +8,4 @@
/terminal_size-0.1.16.crate /terminal_size-0.1.16.crate
/terminal_size-0.1.17.crate /terminal_size-0.1.17.crate
/terminal_size-0.2.3.crate /terminal_size-0.2.3.crate
/terminal_size-0.2.5.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 23 # Generated by rust2rpm 24
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate terminal_size %global crate terminal_size
Name: rust-terminal_size Name: rust-terminal_size
Version: 0.2.3 Version: 0.2.5
Release: %autorelease Release: %autorelease
Summary: Gets the size of your Linux or Windows terminal Summary: Gets the size of your Linux or Windows terminal

@ -1 +1 @@
SHA512 (terminal_size-0.2.3.crate) = f390c5e8ce53e0387db7c30619a107e484fa80ba4e046fb797b6006966be446d5aee5bd2179734b0684e206762fe7b19e8fe00d75853069a4bc7b9ae14f74c23 SHA512 (terminal_size-0.2.5.crate) = 0f32d8708967e46a5def904d13d49a2496cfbbb9b19ab71aa5b24afcff6ee3677054b1181b529b85cf36cc9e87b9334a93b094dc8b4e236ca92b3e440ff9de54

@ -1,11 +1,11 @@
--- terminal_size-0.2.3/Cargo.toml 1970-01-01T00:00:01+00:00 --- terminal_size-0.2.5/Cargo.toml 1970-01-01T00:00:01+00:00
+++ terminal_size-0.2.3/Cargo.toml 1970-01-01T00:00:01+00:00 +++ terminal_size-0.2.5/Cargo.toml 2023-02-19T21:20:14.796053+00:00
@@ -31,9 +31,3 @@ @@ -31,9 +31,3 @@
version = "0.36.3" version = "0.36.3"
features = ["termios"] features = ["termios"]
-[target."cfg(windows)".dependencies.windows-sys] -[target."cfg(windows)".dependencies.windows-sys]
-version = "0.42.0" -version = "0.45.0"
-features = [ -features = [
- "Win32_Foundation", - "Win32_Foundation",
- "Win32_System_Console", - "Win32_System_Console",

Loading…
Cancel
Save