Release Notes
Fixed
- The reworked
criticalup run
behavior was not correctly checking that the toolchain specified
in criticalup.toml
was installed. This lead to some situations where users could accidentally
run a non-Ferrocene tool when they meant to run Ferrocene tools. This behavior has been altered
and CriticalUp will now present users with an error suggesting they install the toolchain.
Added
- New subcommand
init
creates a simple project manifest file in the current directory. A flag --print
can
be passed to not save the file and only print the contents.
Install criticalup 1.4.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/ferrocene/criticalup/releases/download/v1.4.0/criticalup-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy ByPass -c "irm https://github.com/ferrocene/criticalup/releases/download/v1.4.0/criticalup-installer.ps1 | iex"
Download criticalup 1.4.0