gnu: rust-wasm-bindgen-macro-0.2: Update to 0.2.84.

* gnu/packages/crates-io.scm (rust-wasm-bindgen-macro-0.2): Update to
0.2.84.
[cargo-development-inputs]: Add rust-web-sys-0.3.
This commit is contained in:
Efraim Flashner 2023-02-23 17:04:03 +02:00
parent 565802b1c0
commit 4f192506e7
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -69030,7 +69030,7 @@ (define-public rust-wasm-bindgen-futures-0.3
(define-public rust-wasm-bindgen-macro-0.2
(package
(name "rust-wasm-bindgen-macro")
(version "0.2.78")
(version "0.2.84")
(source
(origin
(method url-fetch)
@ -69038,7 +69038,7 @@ (define-public rust-wasm-bindgen-macro-0.2
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32 "1ydcppds5qbj77c7kdinkg9qidcf7ahvwqvnb3v8nllmqkklcqfm"))))
(base32 "1idlq28awqhq8rclb22rn5xix82w9a4rgy11vkapzhzd1dygf8ac"))))
(build-system cargo-build-system)
(arguments
`(#:tests? #f ; 'Async blocks are unstable'
@ -69049,7 +69049,8 @@ (define-public rust-wasm-bindgen-macro-0.2
#:cargo-development-inputs
(("rust-trybuild" ,rust-trybuild-1)
("rust-wasm-bindgen" ,rust-wasm-bindgen-0.2)
("rust-wasm-bindgen-futures" ,rust-wasm-bindgen-futures-0.4))))
("rust-wasm-bindgen-futures" ,rust-wasm-bindgen-futures-0.4)
("rust-web-sys" ,rust-web-sys-0.3))))
(home-page "https://rustwasm.github.io/wasm-bindgen/")
(synopsis "Definition of the @code{#[wasm_bindgen]} attribute")
(description