We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f0085b commit 50dadbfCopy full SHA for 50dadbf
Cargo.toml
@@ -13,6 +13,6 @@ repository = "https://github.com/FabianLars/tauri-plugin-oauth"
13
[dependencies]
14
httparse = "1"
15
log = "0.4"
16
-url = "2"
17
-tauri = { version = "1" }
18
-serde = "1"
+serde = "1"
+tauri = "1"
+url = "2"
examples/vanilla/package.json
@@ -9,6 +9,6 @@
9
"author": "",
10
"license": "MIT",
11
"dependencies": {
12
- "@tauri-apps/cli": "^1.0.0-rc.9"
+ "@tauri-apps/cli": "^1.5"
}
0 commit comments