Skip to content

v2.2.0

Compare
Choose a tag to compare
@Zeioth Zeioth released this 15 Aug 03:31
· 555 commits to main since this release

New compiler options

  • Rust Cargo: Now it's possible to compile a rust project using its Cargo.toml file with the next options Cargo build and run, Cargo build and Cargo run.
  • Rust Cargo: Also added the same options, but at workspace level: Cargo build --all and run and Cargo build --all.

screenshot_2023-08-15_06-13-19_595677721

Breaking changes

  • We now use .solution.toml files instead of .solution.

New documentation