Skip to content
This repository has been archived by the owner on Jul 22, 2023. It is now read-only.

Commit

Permalink
Tauri migrate to beta.4 (#518)
Browse files Browse the repository at this point in the history
update to latest tauri betas

Signed-off-by: 6543 <6543@obermui.de>
  • Loading branch information
6543 authored Jun 29, 2021
1 parent e5cb162 commit de11cb8
Show file tree
Hide file tree
Showing 13 changed files with 836 additions and 1,383 deletions.
1 change: 1 addition & 0 deletions contrib/for-each-cargo
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ echo "rust_root=$rust_root"
find "$rust_root" -name Cargo.toml | while read line; do
cd "$(dirname "$line")"
echo "context: $(pwd)"
cargo clean
cargo $1 $2 $3 $4 $5 || exit 1
done
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
"@angular/platform-browser": "~12.0.0",
"@angular/platform-browser-dynamic": "~12.0.0",
"@angular/router": "~12.0.0",
"@tauri-apps/api": "^1.0.0-beta-rc.3",
"@tauri-apps/cli": "^1.0.0-beta-rc.4",
"@tauri-apps/api": "^1.0.0-beta.4",
"lodash.merge": "^4.6.2",
"rxjs": "~6.6.7",
"tslib": "^2.3.0",
Expand All @@ -44,12 +43,12 @@
"@angular-eslint/template-parser": "12.2.0",
"@angular/cli": "~12.1.0",
"@angular/compiler-cli": "~12.0.0",
"@tauri-apps/cli": "^1.0.0-beta.5",
"@types/jasmine": "~3.7.7",
"@types/lodash.merge": "^4.6.6",
"@types/node": "^15.12.4",
"@typescript-eslint/eslint-plugin": "4.28.0",
"@typescript-eslint/parser": "4.28.0",
"codelyzer": "^6.0.2",
"eslint": "^7.29.0",
"eslint-plugin-import": "2.23.4",
"eslint-plugin-jsdoc": "35.4.0",
Expand Down
Loading

0 comments on commit de11cb8

Please sign in to comment.