me
/
guix
Archived
1
0
Fork 0

gnu: rust-rustc-std-workspace-alloc-1.0: Remove minor version in variable name.

* gnu/packages/crates-io.scm (rust-rustc-std-workspace-alloc-1.0): Rename to
rust-rustc-std-workspace-alloc-1.
master
Arun Isaac 2020-09-15 23:01:12 +05:30
parent 4403d20149
commit 0741934664
No known key found for this signature in database
GPG Key ID: 2E25EE8B61802BB3
1 changed files with 3 additions and 3 deletions

View File

@ -9472,7 +9472,7 @@ the template engine that renders the official Rust website")
#:cargo-inputs #:cargo-inputs
(("rust-compiler-builtins" ,rust-compiler-builtins-0.1) (("rust-compiler-builtins" ,rust-compiler-builtins-0.1)
("rust-rayon" ,rust-rayon-1) ("rust-rayon" ,rust-rayon-1)
("rust-rustc-std-workspace-alloc" ,rust-rustc-std-workspace-alloc-1.0) ("rust-rustc-std-workspace-alloc" ,rust-rustc-std-workspace-alloc-1)
("rust-rustc-std-workspace-core" ,rust-rustc-std-workspace-core-1) ("rust-rustc-std-workspace-core" ,rust-rustc-std-workspace-core-1)
("rust-serde" ,rust-serde-1)) ("rust-serde" ,rust-serde-1))
#:cargo-development-inputs #:cargo-development-inputs
@ -20193,7 +20193,7 @@ decoding.")
(license (list license:asl2.0 (license (list license:asl2.0
license:expat)))) license:expat))))
(define-public rust-rustc-std-workspace-alloc-1.0 (define-public rust-rustc-std-workspace-alloc-1
(package (package
(name "rust-rustc-std-workspace-alloc") (name "rust-rustc-std-workspace-alloc")
(version "1.0.0") (version "1.0.0")
@ -27299,7 +27299,7 @@ specified across Unix and Windows platforms.")
`(#:skip-build? #t `(#:skip-build? #t
#:cargo-inputs #:cargo-inputs
(("rust-compiler-builtins" ,rust-compiler-builtins-0.1) (("rust-compiler-builtins" ,rust-compiler-builtins-0.1)
("rust-rustc-std-workspace-alloc" ,rust-rustc-std-workspace-alloc-1.0) ("rust-rustc-std-workspace-alloc" ,rust-rustc-std-workspace-alloc-1)
("rust-rustc-std-workspace-core" ,rust-rustc-std-workspace-core-1)))) ("rust-rustc-std-workspace-core" ,rust-rustc-std-workspace-core-1))))
(home-page "https://github.com/bytecodealliance/wasi") (home-page "https://github.com/bytecodealliance/wasi")
(synopsis "Experimental WASI API bindings for Rust") (synopsis "Experimental WASI API bindings for Rust")