[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#53315] [PATCH 046/150] gnu: rust-mio-0.7: Inherit from rust-mio-0.8
From: |
Aleksandr Vityazev |
Subject: |
[bug#53315] [PATCH 046/150] gnu: rust-mio-0.7: Inherit from rust-mio-0.8. |
Date: |
Mon, 17 Jan 2022 13:18:20 +0000 |
* gnu/packages/crates-io.scm (rust-mio-0.7): Inherit from rust-mio-0.8.
---
gnu/packages/crates-io.scm | 11 ++---------
1 file changed, 2 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index f908dc54b3..875ac9980c 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -31695,6 +31695,7 @@ (define-public rust-mio-0.8
(define-public rust-mio-0.7
(package
+ (inherit rust-mio-0.8)
(name "rust-mio")
(version "0.7.11")
(source
@@ -31704,7 +31705,6 @@ (define-public rust-mio-0.7
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0mi9ah60l270761sz6qdhhn0hkn5msc8689b53bhnkmk0glx706g"))))
- (build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-libc" ,rust-libc-0.2)
@@ -31714,14 +31714,7 @@ (define-public rust-mio-0.7
("rust-winapi" ,rust-winapi-0.3))
#:cargo-development-inputs
(("rust-env-logger" ,rust-env-logger-0.6)
- ("rust-rand" ,rust-rand-0.4))))
- (home-page "https://github.com/tokio-rs/mio")
- (synopsis "Lightweight non-blocking IO")
- (description
- "Mio is a fast, low-level I/O library for Rust focusing on non-blocking
-APIs and event notification for building I/O apps with as little overhead as
-possible over the OS abstractions.")
- (license license:expat)))
+ ("rust-rand" ,rust-rand-0.4))))))
(define-public rust-mio-0.6
(package
--
2.34.0
--
Aleksandr Vityazev
- [bug#53315] [PATCH 037/150] gnu: rust-serde-json-1: Update to 1.0.74., (continued)
- [bug#53315] [PATCH 037/150] gnu: rust-serde-json-1: Update to 1.0.74., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 038/150] gnu: rust-bincode-1: Update to 1.3.3., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 039/150] gnu: rust-serde-cbor-0.11: Update to 0.11.2., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 040/150] gnu: Add rust-sqlite3-src-0.3., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 042/150] gnu: Add rust-sqlite3-sys-0.13., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 041/150] gnu: Add rust-temporary-0.6., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 043/150] gnu: Add rust-sqlite-0.26., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 044/150] gnu: rust-env-logger-0.8 : Update to 0.8.4., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 048/150] gnu: rust-cookie-0.14: Inherit from rust-cookie-0.15., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 047/150] gnu: Add rust-cookie-0.15., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 046/150] gnu: rust-mio-0.7: Inherit from rust-mio-0.8.,
Aleksandr Vityazev <=
- [bug#53315] [PATCH 045/150] gnu: Add rust-mio-0.8., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 050/150] gnu: rust-idna-0.2: Update to 0.2.3., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 049/150] gnu: rust-unicode-normalization-0.1: Update to 0.1.19., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 052/150] gnu: rust-time-macros-0.1: Update to 0.1.1., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 051/150] gnu: rust-standback-0.2: Update to 0.2.17., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 054/150] gnu: Add rust-cargo-metadata-0.2., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 053/150] gnu: rust-time-0.2: Update to 0.2.27., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 059/150] gnu: Add rust-libgit2-sys-0.6., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 055/150] gnu: Add rust-itertools-0.6., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 056/150] gnu: Add rust-pulldown-cmark-0.0.15., Aleksandr Vityazev, 2022/01/17