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:
Efraim Flashner 2023-10-08 12:13:15 +03:00
parent 163592c843
commit 14165eaaa0
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -1656,7 +1656,7 @@ Rust.")
("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