pkgsrc-Users archive

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

Re: Revisiting native rust



On Tue, 23 Jul 2024 at 00:04:18 +0200, Jan Danielsson wrote:
[...]
In this hypothetical world, there would be a pkgsrc command to show
the current required rust version:


  $ make show-var VARNAME=RUST_VERSION
  1.67.0

.. allowing people to script automatic installation of required
toolchain versions.

If you mean the minimum Rust version defined to be required by a
specific package, that already exists.

editors/kibi$ bmake show-var VARNAME=RUST_REQ
1.56.1

www/firefox115$ bmake show-var VARNAME=RUST_REQ
1.66.0

(That assumes packages are kept up to date in that regard. That's not
necessarily always the case. Here we also don't get into whether
there's a maximum Rust version feasible in some context, etc.)

Regards,

Dave


Home | Main Index | Thread Index | Old Index