mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 08:51:48 -05:00
gnu: rust-tokio-rustls-0.12: Update to 0.12.3.
* gnu/packages/crates-io.scm (rust-tokio-rustls-0.12): Update to 0.12.3. [arguments]: Skip tests. Change-Id: Idc620009f35d65567728a34249052de0aeb84f9c
This commit is contained in:
parent
45bc54e3d6
commit
08b1d13fa0
1 changed files with 4 additions and 3 deletions
|
@ -78346,16 +78346,17 @@ (define-public rust-tokio-rustls-0.12
|
|||
(package
|
||||
(inherit rust-tokio-rustls-0.13)
|
||||
(name "rust-tokio-rustls")
|
||||
(version "0.12.2")
|
||||
(version "0.12.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "tokio-rustls" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1k6rpw4nmgsamh8vbf8xqrf4rr5sqs18i93561bydflajz0gw6hl"))))
|
||||
(base32 "0xcpzwx53lj15a0mq9cfz9iwr1v7crrnnkbjh5vb6j8ran8xhs1h"))))
|
||||
(arguments
|
||||
`(;; These tests require network access.
|
||||
`(#:tests? #f ; Bundled test certificates expired
|
||||
;; These tests require network access.
|
||||
#:cargo-test-flags '("--release" "--" "--skip=tls12" "--skip=modern")
|
||||
#:cargo-inputs
|
||||
(("rust-bytes" ,rust-bytes-0.5)
|
||||
|
|
Loading…
Reference in a new issue