From 28a0427c3b2f5300c935d38f8c9cdda9e90fe18e Mon Sep 17 00:00:00 2001 From: Niko PLP Date: Tue, 22 Aug 2023 00:01:26 +0300 Subject: [PATCH] newer version of tauri-cli --- ng-app/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ng-app/README.md b/ng-app/README.md index 824873a..90a56ce 100644 --- a/ng-app/README.md +++ b/ng-app/README.md @@ -53,7 +53,7 @@ pnpm webfilebuild ## Desktop ``` -cargo install tauri-cli --version "=2.0.0-alpha.10" --locked +cargo install tauri-cli --version "2.0.0-alpha.11" ``` Install [all prerequisites](https://next--tauri.netlify.app/next/guides/getting-started/prerequisites/) for your dev platform.