mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: rust-once-cell-1: Fix building.
* gnu/packages/crates-io.scm (rust-once-cell-1)[arguments]: Replace rust-parking-lot-0.10 with 0.11 in cargo-inputs.
This commit is contained in:
parent
ef421ee22b
commit
f013613406
1 changed files with 1 additions and 1 deletions
|
@ -17016,7 +17016,7 @@ (define-public rust-once-cell-1
|
|||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-parking-lot" ,rust-parking-lot-0.10))
|
||||
(("rust-parking-lot" ,rust-parking-lot-0.11))
|
||||
#:cargo-development-inputs
|
||||
(("rust-crossbeam-utils" ,rust-crossbeam-utils-0.7)
|
||||
("rust-lazy-static" ,rust-lazy-static-1)
|
||||
|
|
Loading…
Reference in a new issue