guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

31/189: gnu: rust-rustc-std-workspace-alloc-1.0: Remove minor version in


From: guix-commits
Subject: 31/189: gnu: rust-rustc-std-workspace-alloc-1.0: Remove minor version in variable name.
Date: Mon, 21 Sep 2020 06:00:59 -0400 (EDT)

arunisaac pushed a commit to branch wip-swc
in repository guix.

commit 3d2f6df8066b06e5b23e7cc837abd68641f88dbf
Author: Arun Isaac <arunisaac@systemreboot.net>
AuthorDate: Tue Sep 15 23:01:12 2020 +0530

    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.
---
 gnu/packages/crates-io.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 9d9e96b..6e3c26c 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -10513,7 +10513,7 @@ the template engine that renders the official Rust 
website")
        #:cargo-inputs
        (("rust-compiler-builtins" ,rust-compiler-builtins-0.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-serde" ,rust-serde-1))
        #:cargo-development-inputs
@@ -21976,7 +21976,7 @@ decoding.")
     (license (list license:asl2.0
                    license:expat))))
 
-(define-public rust-rustc-std-workspace-alloc-1.0
+(define-public rust-rustc-std-workspace-alloc-1
   (package
     (name "rust-rustc-std-workspace-alloc")
     (version "1.0.0")
@@ -29067,7 +29067,7 @@ specified across Unix and Windows platforms.")
      `(#:skip-build? #t
        #:cargo-inputs
        (("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))))
     (home-page "https://github.com/bytecodealliance/wasi";)
     (synopsis "Experimental WASI API bindings for Rust")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]