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:
Efraim Flashner 2022-05-10 15:25:58 +03:00
parent 25c66d69b2
commit 000a620d17
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -40523,7 +40523,7 @@ (define-public rust-parking-lot-0.11
("rust-parking-lot-core" ,rust-parking-lot-core-0.8))
#:cargo-development-inputs
(("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")
(synopsis
"Efficient implementations of the standard synchronization primitives")