Updating Dependencies
Update npm Packages
If you are using the tauri
package:
You can also detect what the latest version of Tauri is on the command line, using:
Update Cargo Packages
You can check for outdated packages with cargo outdated
or on the crates.io pages: tauri / tauri-build.
Go to src-tauri/Cargo.toml
and change tauri
and tauri-build
to
where %version%
is the corresponding version number from above.
Then do the following:
Alternatively, you can run the cargo upgrade
command provided by cargo-edit which does all of this automatically.
© 2024 Tauri Contributors. CC-BY / MIT