mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: rust-threadpool-1: Drop minor version from name.
* gnu/packages/crates-io.scm (rust-threadpool-1): Drop minor version from name. (rust-async-mutex-1): (rust-tokio-sync-0.1): Apply renaming.
This commit is contained in:
parent
adb7159caa
commit
d54597fb8e
1 changed files with 3 additions and 3 deletions
|
@ -1579,7 +1579,7 @@ (define-public rust-async-native-tls-0.3
|
|||
("rust-tokio" ,rust-tokio-0.2)
|
||||
("rust-url" ,rust-url-2))
|
||||
#:cargo-development-inputs
|
||||
(("rust-threadpool" ,rust-threadpool-1.7))))
|
||||
(("rust-threadpool" ,rust-threadpool-1))))
|
||||
(home-page "https://docs.rs/crate/async-native-tls/")
|
||||
(synopsis "Native TLS using futures")
|
||||
(description "Native TLS using futures")
|
||||
|
@ -34063,7 +34063,7 @@ (define-public rust-thread-local-0.2
|
|||
`(#:cargo-inputs
|
||||
(("rust-thread-id" ,rust-thread-id-2.0))))))
|
||||
|
||||
(define-public rust-threadpool-1.7
|
||||
(define-public rust-threadpool-1
|
||||
(package
|
||||
(name "rust-threadpool")
|
||||
(version "1.7.1")
|
||||
|
@ -35537,7 +35537,7 @@ (define-public rust-tokio-threadpool-0.1
|
|||
#:cargo-development-inputs
|
||||
(("rust-env-logger" ,rust-env-logger-0.5)
|
||||
("rust-futures-cpupool" ,rust-futures-cpupool-0.1)
|
||||
("rust-threadpool" ,rust-threadpool-1.7))))
|
||||
("rust-threadpool" ,rust-threadpool-1))))
|
||||
(home-page "https://github.com/tokio-rs/tokio")
|
||||
(synopsis
|
||||
"Task scheduler backed by a work-stealing thread pool")
|
||||
|
|
Loading…
Reference in a new issue