mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: rust-derive-error-chain-0.10: Fix inputs.
* gnu/packages/crates-io.scm (rust-derive-error-chain-0.10) [cargo-inputs]: Replace rust-syn-0.14 with 0.11.
This commit is contained in:
parent
b896ecd211
commit
96cfc096de
1 changed files with 1 additions and 1 deletions
|
@ -20312,7 +20312,7 @@ (define-public rust-derive-error-chain-0.10
|
|||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-quote" ,rust-quote-0.3)
|
||||
("rust-syn" ,rust-syn-0.14))))
|
||||
("rust-syn" ,rust-syn-0.11))))
|
||||
(home-page "https://github.com/Arnavion/derive-error-chain")
|
||||
(synopsis "Macros 1.1 implementation of error-chain")
|
||||
(description "This package provides a Macros 1.1 implementation of
|
||||
|
|
Loading…
Reference in a new issue