v2.2.0
New compiler options
Rust Cargo
: Now it's possible to compile arust
project using itsCargo.toml
file with the next optionsCargo build and run
,Cargo build
andCargo run
.Rust Cargo
: Also added the same options, but at workspace level:Cargo build --all and run
andCargo build --all
.
Breaking changes
- We now use
.solution.toml
files instead of.solution
.
New documentation
- We now document the default compiler arguments.