From 3afab96b6ff6277ba36647d6d73707b93f8c4ff0 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.