forc-migrate 0.71.0

Migrate Sway projects to the next breaking change version of Sway.
Documentation
1
2
3
4
5
use anyhow::Result;

fn main() -> Result<()> {
    forc_migrate::cli::run_cli()
}