me
/
guix
Archived
1
0
Fork 0

gnu: rust-async-trait-0.1: Update to 0.1.71.

* gnu/packages/crates-io.scm (rust-async-trait-0.1): Update to 0.1.71.
[cargo-inputs]: Replace rust-syn-1 with 2.
[cargo-development-inputs]: Add rust-futures-0.3.  Remove
rust-tracing-futures-0.2.
Efraim Flashner 2023-07-13 20:52:40 +03:00
parent 6e9649b888
commit 2bcd972055
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 5 additions and 5 deletions

View File

@ -5405,7 +5405,7 @@ crate.")
(define-public rust-async-trait-0.1 (define-public rust-async-trait-0.1
(package (package
(name "rust-async-trait") (name "rust-async-trait")
(version "0.1.64") (version "0.1.71")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -5413,18 +5413,18 @@ crate.")
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"18j7v85y2df62c1ylrzvgrs0afmzvnrdhwnf50hh8g4cpblzrmqw")))) "1grf5p4m1bb79isbb3g4b8w7wpz51sw003a88x69ql2nvlhxar55"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:cargo-inputs `(#:cargo-inputs
(("rust-proc-macro2" ,rust-proc-macro2-1) (("rust-proc-macro2" ,rust-proc-macro2-1)
("rust-quote" ,rust-quote-1) ("rust-quote" ,rust-quote-1)
("rust-syn" ,rust-syn-1)) ("rust-syn" ,rust-syn-2))
#:cargo-development-inputs #:cargo-development-inputs
(("rust-rustversion" ,rust-rustversion-1) (("rust-futures" ,rust-futures-0.3)
("rust-rustversion" ,rust-rustversion-1)
("rust-tracing" ,rust-tracing-0.1) ("rust-tracing" ,rust-tracing-0.1)
("rust-tracing-attributes" ,rust-tracing-attributes-0.1) ("rust-tracing-attributes" ,rust-tracing-attributes-0.1)
("rust-tracing-futures" ,rust-tracing-futures-0.2)
("rust-trybuild" ,rust-trybuild-1)))) ("rust-trybuild" ,rust-trybuild-1))))
(home-page "https://github.com/dtolnay/async-trait") (home-page "https://github.com/dtolnay/async-trait")
(synopsis "Type erasure for async trait methods") (synopsis "Type erasure for async trait methods")