As the title says - the versions of the create cli tools on npm are at 4.6.2, while the cargo version and general release are 4.7.0.
~/tauritest
❯ cargo create-tauri-app -v
4.7.0
~/tauritest
❯ npx create-tauri-app --version
4.6.2
These mostly just mean that some of the default template items are outdated (dioxus is at 0.6 for example, instead of 0.7, edition is defaulted to 2021 instead of 2024, probably other discrepancies)
As the title says - the versions of the create cli tools on npm are at 4.6.2, while the cargo version and general release are 4.7.0.
These mostly just mean that some of the default template items are outdated (dioxus is at 0.6 for example, instead of 0.7, edition is defaulted to 2021 instead of 2024, probably other discrepancies)