#script #cairo #toolchain #projects #shared #version #mansion

cairo-toolchain-xtasks

Build scripts shared between all Cairo Toolchain projects maintained by Software Mansion

3 stable releases

new 1.1.1 Jan 10, 2025
1.1.0 Dec 17, 2024
1.0.0 Dec 12, 2024

#642 in Development tools

Download history 252/week @ 2024-12-10 360/week @ 2024-12-17 127/week @ 2024-12-24 165/week @ 2024-12-31 551/week @ 2025-01-07

1,250 downloads per month

MIT license

17KB
293 lines

cairo-toolchain-xtasks

Build scripts that are shared between all Cairo Toolchain projects of Software Mansion.

Usage

We release this crate to crates.io. Put this crate as a dependency in your xtask/Cargo.toml:

[dependencies]
cairo-toolchain-xtasks = "1"

Using major-specific version spec helps Dependabot pick up new versions. For further details, copy-paste the logic from other projects, like Scarb or CairoLS.

Development

Try as much as possible to not break existing workflows anywhere. Follow semantic versioning. Ideally, it'd be the best for this crate to always be backwards-compatible and stay on 1 major version number.

To ship your changes, just cargo publish a new release to crates.io. Then make sure the project of your interest Cargo.lock points to the new release. No need to update other projects, Dependabot will do this job for you sometime in the future.

Adding a new toolchain project

If you're working on a new Cairo Toolchain project, make sure you add all necessary information in src/upgrade.rs xtask.

Dependencies

~2.4–3MB
~59K SLoC