guix-commits
[Top][All Lists]
Advanced

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

branch rust-team updated: gnu: libsequoia: Use existing rust-tokio-1.


From: guix-commits
Subject: branch rust-team updated: gnu: libsequoia: Use existing rust-tokio-1.
Date: Tue, 14 Mar 2023 02:21:34 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch rust-team
in repository guix.

The following commit(s) were added to refs/heads/rust-team by this push:
     new ff5f84d019 gnu: libsequoia: Use existing rust-tokio-1.
ff5f84d019 is described below

commit ff5f84d019ed7934a5ec2fcdf9c84f3c0cd86a11
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Mar 14 08:17:52 2023 +0200

    gnu: libsequoia: Use existing rust-tokio-1.
    
    * gnu/packages/sequoia.scm (libsequoia)[cargo-inputs]: Replace
    rust-tokio-1.8 with rust-tokio-1.
---
 gnu/packages/sequoia.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/sequoia.scm b/gnu/packages/sequoia.scm
index 7002f684b8..f2dee7dc64 100644
--- a/gnu/packages/sequoia.scm
+++ b/gnu/packages/sequoia.scm
@@ -441,7 +441,7 @@ This Guix package is built to use the nettle cryptographic 
library.")
         ("rust-sequoia-net" ,rust-sequoia-net-0.23)
         ("rust-sequoia-openpgp" ,rust-sequoia-openpgp-1)
         ("rust-sha2" ,rust-sha2-0.8)  ;; for ffi-macros
-        ("rust-tokio" ,rust-tokio-1.8))
+        ("rust-tokio" ,rust-tokio-1))
       #:cargo-development-inputs
       `(("rust-filetime" ,rust-filetime-0.2))
       #:phases



reply via email to

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