On Sat, 29 Sep 2018 23:55:36 +0200 ludo@gnu.org (Ludovic Courtès) wrote: > Hi Efraim, > > Efraim Flashner skribis: > > > * gnu/packages/gnuzilla.scm (icecat)[native-inputs]: Use the oldest > > compatable rust over newer releases when building icecat. > > [...] > > > + ;; Icecat 60 checkes for rust>=1.24 > > + `(("rust" ,rust-1.24) > > + ("cargo" ,rust-1.24 "cargo") > > I suppose the goal is to reduce the build chain, right? > > Mark, Danny: WDYT? I think it's a good idea. Eventually, the rust bootchain will change to mrustc -> rust@1.25.0 -> ..., but we can cross that bridge when we come to it. I'm not sure about Rust's policy with regard to CVEs. Are those patched in old releases, too?