mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: rust-actix-web-codegen-0.2: Fix inputs.
* gnu/packages/crates-io.scm (rust-actix-web-codegen-0.2) [cargo-development-inputs]: Replace rust-actix-web-2 with 3.
This commit is contained in:
parent
163592c843
commit
14165eaaa0
1 changed files with 1 additions and 1 deletions
|
@ -1656,7 +1656,7 @@ (define-public rust-actix-web-codegen-0.2
|
|||
("rust-syn" ,rust-syn-1))
|
||||
#:cargo-development-inputs
|
||||
(("rust-actix-rt" ,rust-actix-rt-1)
|
||||
("rust-actix-web" ,rust-actix-web-2))))))
|
||||
("rust-actix-web" ,rust-actix-web-3))))))
|
||||
|
||||
(define-public rust-actix-web-codegen-0.1
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue