mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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:
parent
565802b1c0
commit
4f192506e7
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue