mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: rust-parking-lot-0.11: Fix dependencies.
This is a follow-up to f02f8db381
.
* gnu/packages/crates-io.scm (rust-parking-lot-0.11)[arguments]: In
cargo-development-inputs replace rust-rand-0.7 with 0.8.
This commit is contained in:
parent
25c66d69b2
commit
000a620d17
1 changed files with 1 additions and 1 deletions
|
@ -40523,7 +40523,7 @@ (define-public rust-parking-lot-0.11
|
||||||
("rust-parking-lot-core" ,rust-parking-lot-core-0.8))
|
("rust-parking-lot-core" ,rust-parking-lot-core-0.8))
|
||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
(("rust-bincode" ,rust-bincode-1)
|
(("rust-bincode" ,rust-bincode-1)
|
||||||
("rust-rand" ,rust-rand-0.7))))
|
("rust-rand" ,rust-rand-0.8))))
|
||||||
(home-page "https://github.com/Amanieu/parking_lot")
|
(home-page "https://github.com/Amanieu/parking_lot")
|
||||||
(synopsis
|
(synopsis
|
||||||
"Efficient implementations of the standard synchronization primitives")
|
"Efficient implementations of the standard synchronization primitives")
|
||||||
|
|
Loading…
Reference in a new issue