If the `tauri` crate version on `Cargo.toml` is a string, the CLI fails to parse it. Example: ```toml tauri = "1.0.0-beta-rc.0 ``` It fails with an "unsupported format" error.
If the
tauricrate version onCargo.tomlis a string, the CLI fails to parse it.Example:
It fails with an "unsupported format" error.