[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#59670] [PATCH 25/50] gnu: Add rust-wasi-0.11.
From: |
( |
Subject: |
[bug#59670] [PATCH 25/50] gnu: Add rust-wasi-0.11. |
Date: |
Tue, 29 Nov 2022 07:00:39 +0000 |
* gnu/packages/crates-io.scm (rust-wasi-0.11): New variable.
(rust-wasi-0.9): Inherit from RUST-WASI-0.11.
---
gnu/packages/crates-io.scm | 47 ++++++++++++++++++++++++--------------
1 file changed, 30 insertions(+), 17 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 929738006e..5e94b91253 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -65099,33 +65099,46 @@ (define-public rust-warp-0.2
(description "Warp is a composable, web server framework.")
(license license:expat)))
-(define-public rust-wasi-0.9
+(define-public rust-wasi-0.11
(package
(name "rust-wasi")
- (version "0.9.0+wasi-snapshot-preview1")
- (source
- (origin
- (method url-fetch)
- (uri (crate-uri "wasi" version))
- (file-name
- (string-append name "-" version ".tar.gz"))
- (sha256
- (base32
- "06g5v3vrdapfzvfq662cij7v8a1flwr2my45nnncdv2galrdzkfc"))))
+ (version "0.11.0+wasi-snapshot-preview1")
+ (source (origin
+ (method url-fetch)
+ (uri (crate-uri "wasi" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "08z4hxwkpdpalxjps1ai9y7ihin26y9f476i53dv98v45gkqg3cw"))))
(build-system cargo-build-system)
(arguments
- `(#:skip-build? #t
- #:cargo-inputs
- (("rust-compiler-builtins" ,rust-compiler-builtins-0.1)
- ("rust-rustc-std-workspace-alloc" ,rust-rustc-std-workspace-alloc-1)
- ("rust-rustc-std-workspace-core" ,rust-rustc-std-workspace-core-1))))
+ (list #:skip-build? #t
+ #:cargo-inputs
+ `(("rust-compiler-builtins" ,rust-compiler-builtins-0.1)
+ ("rust-rustc-std-workspace-alloc"
+ ,rust-rustc-std-workspace-alloc-1)
+ ("rust-rustc-std-workspace-core"
+ ,rust-rustc-std-workspace-core-1))))
(home-page "https://github.com/bytecodealliance/wasi")
(synopsis "Experimental WASI API bindings for Rust")
(description
- "This package provides an experimental WASI API bindings for Rust.")
+ "This package provides experimental WASI API bindings for Rust.")
(license (list license:asl2.0
license:expat))))
+(define-public rust-wasi-0.9
+ (package
+ (inherit rust-wasi-0.11)
+ (name "rust-wasi")
+ (version "0.9.0+wasi-snapshot-preview1")
+ (source (origin
+ (method url-fetch)
+ (uri (crate-uri "wasi" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "06g5v3vrdapfzvfq662cij7v8a1flwr2my45nnncdv2galrdzkfc"))))))
+
(define-public rust-wasm-bindgen-0.2
(package
(name "rust-wasm-bindgen")
--
2.38.1
- [bug#59670] [PATCH 14/50] gnu: rust-autocfg-1: Update to 1.1.0., (continued)
- [bug#59670] [PATCH 14/50] gnu: rust-autocfg-1: Update to 1.1.0., (, 2022/11/29
- [bug#59670] [PATCH 11/50] gnu: Add rust-rstest-0.15., (, 2022/11/29
- [bug#59670] [PATCH 17/50] gnu: Add rust-windows-aarch64-msvc-0.42., (, 2022/11/29
- [bug#59670] [PATCH 18/50] gnu: Add rust-windows-i686-gnu-0.42., (, 2022/11/29
- [bug#59670] [PATCH 20/50] gnu: Add rust-windows-x86-64-gnu-0.42., (, 2022/11/29
- [bug#59670] [PATCH 21/50] gnu: Add rust-windows-x86-64-gnullvm-0.42., (, 2022/11/29
- [bug#59670] [PATCH 22/50] gnu: Add rust-windows-x86-64-msvc-0.42., (, 2022/11/29
- [bug#59670] [PATCH 26/50] gnu: rust-libc-0.2: Update to 0.2.137., (, 2022/11/29
- [bug#59670] [PATCH 23/50] gnu: Add rust-windows-sys-0.42., (, 2022/11/29
- [bug#59670] [PATCH 19/50] gnu: Add rust-windows-i686-msvc-0.42., (, 2022/11/29
- [bug#59670] [PATCH 25/50] gnu: Add rust-wasi-0.11.,
( <=
- [bug#59670] [PATCH 27/50] gnu: rust-mio-0.8: Update to 0.8.5., (, 2022/11/29
- [bug#59670] [PATCH 37/50] gnu: Add rust-clap-lex-0.2., (, 2022/11/29
- [bug#59670] [PATCH 30/50] gnu: rust-compiler-builtins-0.1: Update to 0.1.84., (, 2022/11/29
- [bug#59670] [PATCH 29/50] gnu: Add rust-io-lifetimes-0.7., (, 2022/11/29
- [bug#59670] [PATCH 35/50] gnu: Add rust-rustix-0.35., (, 2022/11/29
- [bug#59670] [PATCH 38/50] gnu: rust-unicode-linebreak-0.1: Update to 0.1.4., (, 2022/11/29
- [bug#59670] [PATCH 28/50] gnu: rust-socket2-0.4: Update to 0.4.7., (, 2022/11/29
- [bug#59670] [PATCH 34/50] gnu: rust-ctor-0.1: Update to 0.1.26., (, 2022/11/29
- [bug#59670] [PATCH 36/50] gnu: Add rust-terminal-size-0.2., (, 2022/11/29
- [bug#59670] [PATCH 40/50] gnu: Add rust-termion-2., (, 2022/11/29