The targets should have unique names.
Consider changing their names to be unique or compiling them separately.
This may become a hard error in the future; see <https://github.com/rust-lang/cargo/issues/6313>.
thread 'main' panicked at src/cargo\core\compiler\fingerprint\mod.rs:1103:13:
assertion failed: mtimes.insert(output.clone(), mtime).is_none()
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
I've tried following the upgrade guide from v1 to v2 and also copied default configurations from a new tauri app, deleting the src-tauri/target dir and running the app on dev mode again works, with some errores like window.TAURI_IPC is not a function(installing @tauri-apps/api@next solved this), but i dont care right now about this because restarting the app throws the same rust error.