gnu: rust-wasm-bindgen-shared-0.2: Update to 0.2.99.

* gnu/packages/crates-io.scm (rust-wasm-bindgen-shared-0.2): Update to
0.2.99.

Change-Id: I891d613493196ce8ff3bd1bcf6e6820f5e265715
This commit is contained in:
Efraim Flashner 2024-12-24 10:12:16 +02:00
parent a4d4d04e7f
commit efe1c516f5
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -96814,14 +96814,14 @@ (define-public rust-wasm-bindgen-macro-support-0.2
(define-public rust-wasm-bindgen-shared-0.2
(package
(name "rust-wasm-bindgen-shared")
(version "0.2.91")
(version "0.2.99")
(source
(origin
(method url-fetch)
(uri (crate-uri "wasm-bindgen-shared" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0f4qmjv57ppwi4xpdxgcd77vz9vmvlrnybg8dj430hzhvk96n62g"))))
(base32 "19h61snrhh1qhb5gz6zyb89l7fbj1fhmxcvi09p9l0mav8zsnfll"))))
(build-system cargo-build-system)
(home-page "https://rustwasm.github.io/wasm-bindgen/")
(synopsis "Shared support between wasm-bindgen and wasm-bindgen cli")