mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: rust-tower-service-0.3: Update to 0.3.2.
* gnu/packages/crates-io.scm (rust-tower-service-0.3): Update to 0.3.2. [cargo-development-inputs]: Add rust-futures-0.3, rust-tokio-1, rust-tower-layer-0.3. Replace rust-http-0.1 with 0.2.
This commit is contained in:
parent
e20214936f
commit
6fcb1f8184
1 changed files with 6 additions and 3 deletions
|
@ -74538,7 +74538,7 @@ (define-public rust-tower-layer-0.3
|
|||
(define-public rust-tower-service-0.3
|
||||
(package
|
||||
(name "rust-tower-service")
|
||||
(version "0.3.0")
|
||||
(version "0.3.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -74546,11 +74546,14 @@ (define-public rust-tower-service-0.3
|
|||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0q4q53w82w1wd71x7vbspg2l3jicb6al2w1qdwxmnjrz8jzvd1z9"))))
|
||||
"0lmfzmmvid2yp2l36mbavhmqgsvzqf7r2wiwz73ml4xmwaf1rg5n"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-development-inputs
|
||||
(("rust-http" ,rust-http-0.1))))
|
||||
(("rust-futures" ,rust-futures-0.3)
|
||||
("rust-http" ,rust-http-0.2)
|
||||
("rust-tokio" ,rust-tokio-1)
|
||||
("rust-tower-layer" ,rust-tower-layer-0.3))))
|
||||
(home-page "https://github.com/tower-rs/tower")
|
||||
(synopsis "Asynchronous, request / response based, client or server")
|
||||
(description "This package provides a trait representing an asynchronous,
|
||||
|
|
Loading…
Reference in a new issue