From d5e78827c3dd224689c8b7ea986fbf3130be9ab6 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Fri, 5 Feb 2021 11:49:28 -0500 Subject: gnu: icedove: Upgrade rust dependency. * gnu/packages/gnuzilla.scm (icedove)[inputs]: Replace 'rust-1.41' by 'rust', currently at version 1.49. --- gnu/packages/gnuzilla.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm index 84ec0a7fb3..40d909464c 100644 --- a/gnu/packages/gnuzilla.scm +++ b/gnu/packages/gnuzilla.scm @@ -1609,7 +1609,7 @@ standards of the IceCat project.") ("pkg-config" ,pkg-config) ("python" ,python) ("python2" ,python-2.7) - ("rust" ,rust-1.41) + ("rust" ,rust) ("rust-cbindgen" ,rust-cbindgen-0.14) ("which" ,which) ("yasm" ,yasm))) -- cgit v1.2.3