gnu: rust-wasm-bindgen-test-macro-0.2: Update to 0.2.50.
* gnu/packages/crates-io.scm (rust-wasm-bindgen-test-macro-0.2): Update to 0.2.50. [arguments]: Don't skip build.master
parent
11b8038d6f
commit
7c13962360
|
@ -19448,7 +19448,7 @@ attribute that is not in the shared backend crate.")
|
|||
(define-public rust-wasm-bindgen-test-macro-0.2
|
||||
(package
|
||||
(name "rust-wasm-bindgen-test-macro")
|
||||
(version "0.2.48")
|
||||
(version "0.2.50")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -19456,11 +19456,10 @@ attribute that is not in the shared backend crate.")
|
|||
(file-name (string-append name "-" version ".crate"))
|
||||
(sha256
|
||||
(base32
|
||||
"0n28mr6vncf1k1qr2b5bvfxq4jvqkjdzq0z0ab6w2f5d6v8q3q3l"))))
|
||||
"19bvmw8mqlwh6wkbzgs3cnlkywrv8q2kkqggz6y0p158930xm287"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
`(#:cargo-inputs
|
||||
(("rust-proc-macro2" ,rust-proc-macro2-0.4)
|
||||
("rust-quote" ,rust-quote-0.6))))
|
||||
(home-page "https://github.com/rustwasm/wasm-bindgen")
|
||||
|
|
Reference in New Issue