[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: rust-loom-0.4: Fix code typo.
From: |
guix-commits |
Subject: |
branch master updated: gnu: rust-loom-0.4: Fix code typo. |
Date: |
Sun, 03 Jan 2021 13:32:10 -0500 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new eedb511 gnu: rust-loom-0.4: Fix code typo.
eedb511 is described below
commit eedb5115803ce15cc6dd6bb5e3627abad00814d0
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jan 3 19:31:25 2021 +0100
gnu: rust-loom-0.4: Fix code typo.
* gnu/packages/crates-io.scm (rust-loom-0.4): Fix variable name.
---
gnu/packages/crates-io.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 59b444a..f1607d6 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -15827,7 +15827,7 @@ by inspecting the system for user preference.")
(("rust-cfg-if" ,rust-cfg-if-1)
("rust-futures-util" ,rust-futures-util-0.3)
("rust-generator" ,rust-generator-0.6)
- ("rust-scoped-tls" ,rust-scoped-tls-1.0)
+ ("rust-scoped-tls" ,rust-scoped-tls-1)
("rust-serde" ,rust-serde-1)
("rust-serde-json" ,rust-serde-json-1))))
(home-page "https://github.com/tokio-rs/loom")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: rust-loom-0.4: Fix code typo.,
guix-commits <=