aikup

Crates.ioaikup
lib.rsaikup
version0.0.10
sourcesrc
created_at2023-02-24 22:37:53.871515
updated_at2024-06-14 00:54:30.708444
descriptionManage multiple versions of aiken
homepagehttps://aiken-lang.org
repositoryhttps://github.com/aiken-lang/aikup
max_upload_size
id793977
size116,032
maintainers (github:aiken-lang:maintainers)

documentation

README

aikup

A CLI for managing multiple versions of Aiken.

Usage

# install the latest version of Aiken
aikup install

Why?

As Aiken develops and new versions are released some projects may not be able to immediately update. One reason why is that perhaps code generation produces slightly different compiled code between versions thus changing your script hash and address. This is likely to be a common situation and developers are likely to work across various Aiken projects all potentially using different versions of the compiler. Considering this, it makes sense to provide an official way to manage multiple versions of Aiken.

Commit count: 45

cargo fmt