How to properly upgrade Tauri in a project? #2119
-
First of all, thank you for your tremendous work. I'm hoping Tauri will go far, and I'm hoping to do great things with its help too 🤘 Now the question. Currently having Tauri in your project means several Cargo packages and several npm packages. I see new versions appearing, and I see that various packages have various beta numbers. So, my question is: once you've started a project, how do you upgrade Tauri. In particular:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
The way I upgrade Tauri is by running |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
The way I upgrade Tauri is by running
yarn tauri deps update
. It should update@tauri-apps/api
,@tauri-apps/cli
, and everything else.