mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-10 13:19:40 -05:00
gnu: rust-rsa-0.5: Build with newer rust-zeroize-1.
* gnu/packages/crates-io.scm (rust-rsa-0.5)[cargo-inputs]: Replace rust-zeroize-1.4 with 1. Change-Id: I722d7c6b63ce05a91d9409d4a4ceda7b41dfba52
This commit is contained in:
parent
fdd4d5fbc0
commit
b0f2a28327
1 changed files with 1 additions and 1 deletions
|
@ -63856,7 +63856,7 @@ (define-public rust-rsa-0.5
|
|||
("rust-rand" ,rust-rand-0.8)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-subtle" ,rust-subtle-2)
|
||||
("rust-zeroize" ,rust-zeroize-1.4))
|
||||
("rust-zeroize" ,rust-zeroize-1))
|
||||
#:cargo-development-inputs
|
||||
(("rust-base64" ,rust-base64-0.13)
|
||||
("rust-hex" ,rust-hex-0.4)
|
||||
|
|
Loading…
Reference in a new issue