Skip to content

Commit 50dadbf

Browse files
committed
chore(example): update tauri cli version
1 parent 6f0085b commit 50dadbf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ repository = "https://github.com/FabianLars/tauri-plugin-oauth"
1313
[dependencies]
1414
httparse = "1"
1515
log = "0.4"
16-
url = "2"
17-
tauri = { version = "1" }
18-
serde = "1"
16+
serde = "1"
17+
tauri = "1"
18+
url = "2"

examples/vanilla/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"author": "",
1010
"license": "MIT",
1111
"dependencies": {
12-
"@tauri-apps/cli": "^1.0.0-rc.9"
12+
"@tauri-apps/cli": "^1.5"
1313
}
1414
}

0 commit comments

Comments
 (0)