me
/
guix
Archived
1
0
Fork 0

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.
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
1 changed files with 1 additions and 1 deletions

View File

@ -40523,7 +40523,7 @@ unparking.")
("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")