diff --git a/gnu/packages/rust.scm b/gnu/packages/rust.scm index b4d98ee342..1ba857d36f 100644 --- a/gnu/packages/rust.scm +++ b/gnu/packages/rust.scm @@ -5,6 +5,7 @@ ;;; Copyright © 2017 Ben Woodcroft ;;; Copyright © 2017 Nikolai Merinov ;;; Copyright © 2017 Efraim Flashner +;;; Copyright © 2018 Tobias Geerinckx-Rice ;;; ;;; This file is part of GNU Guix. ;;; @@ -89,7 +90,8 @@ (define (increment-rust-version rust-version major patch) (define* (cargo-version rustc-version #:optional (patch 0)) ;; Computes the cargo version that matches the rustc version. - ;; https://github.com/rust-lang/cargo#Releases + ;; This has so far continued to follow a predictable pattern: + ;; https://github.com/rust-lang/cargo/blob/50a46f47/README.md#releases (increment-rust-version rustc-version 0 patch)) (define* (rustc-version bootstrap-version #:optional (patch 0))