mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-08 12:20:35 +01: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 @@ result.")
|
||||||
(define-public rust-wasm-bindgen-macro-0.2
|
(define-public rust-wasm-bindgen-macro-0.2
|
||||||
(package
|
(package
|
||||||
(name "rust-wasm-bindgen-macro")
|
(name "rust-wasm-bindgen-macro")
|
||||||
(version "0.2.78")
|
(version "0.2.84")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -69038,7 +69038,7 @@ result.")
|
||||||
(file-name
|
(file-name
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1ydcppds5qbj77c7kdinkg9qidcf7ahvwqvnb3v8nllmqkklcqfm"))))
|
(base32 "1idlq28awqhq8rclb22rn5xix82w9a4rgy11vkapzhzd1dygf8ac"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; 'Async blocks are unstable'
|
`(#:tests? #f ; 'Async blocks are unstable'
|
||||||
|
@ -69049,7 +69049,8 @@ result.")
|
||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
(("rust-trybuild" ,rust-trybuild-1)
|
(("rust-trybuild" ,rust-trybuild-1)
|
||||||
("rust-wasm-bindgen" ,rust-wasm-bindgen-0.2)
|
("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/")
|
(home-page "https://rustwasm.github.io/wasm-bindgen/")
|
||||||
(synopsis "Definition of the @code{#[wasm_bindgen]} attribute")
|
(synopsis "Definition of the @code{#[wasm_bindgen]} attribute")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Reference in a new issue