mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: rust-wasm-bindgen-futures-0.3: Inherit from rust-wasm-bindgen-futures-0.4.
* gnu/packages/crates-io.scm (rust-wasm-bindgen-futures-0.3): Inherit rust-wasm-bindgen-futures-0.4. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
deeedc269b
commit
0f71a6a750
1 changed files with 2 additions and 8 deletions
|
@ -19335,6 +19335,7 @@ (define-public rust-wasm-bindgen-futures-0.4
|
|||
|
||||
(define-public rust-wasm-bindgen-futures-0.3
|
||||
(package
|
||||
(inherit rust-wasm-bindgen-futures-0.4)
|
||||
(name "rust-wasm-bindgen-futures")
|
||||
(version "0.3.24")
|
||||
(source
|
||||
|
@ -19346,7 +19347,6 @@ (define-public rust-wasm-bindgen-futures-0.3
|
|||
(sha256
|
||||
(base32
|
||||
"0bf9x6qfjczspc4zs605z1n4j15cdd8kk2z7rah0yggw8b6zl5nc"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
|
@ -19358,13 +19358,7 @@ (define-public rust-wasm-bindgen-futures-0.3
|
|||
("rust-lazy-static" ,rust-lazy-static-1)
|
||||
("rust-wasm-bindgen" ,rust-wasm-bindgen-0.2))
|
||||
#:cargo-development-inputs
|
||||
(("rust-wasm-bindgen-test" ,rust-wasm-bindgen-test-0.2))))
|
||||
(home-page "https://rustwasm.github.io/wasm-bindgen/")
|
||||
(synopsis
|
||||
"Bridging the gap between Rust Futures and JavaScript Promises")
|
||||
(description
|
||||
"Bridging the gap between Rust Futures and JavaScript Promises.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
(("rust-wasm-bindgen-test" ,rust-wasm-bindgen-test-0.2))))))
|
||||
|
||||
(define-public rust-wasm-bindgen-macro-0.2
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue