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 61fbf68 commit ad717c6Copy full SHA for ad717c6
.changes/pin-api.md
@@ -0,0 +1,5 @@
1
+---
2
+"tauri": patch
3
4
+
5
+Pin the `tauri-api` dependency on the `tauri` crate so updates doesn't crash the build.
tauri/Cargo.toml
@@ -33,7 +33,7 @@ anyhow = "1.0.31"
33
thiserror = "1.0.20"
34
envmnt = "0.8.3"
35
once_cell = "1.4.0"
36
-tauri-api = { version = "0.7", path = "../tauri-api" }
+tauri-api = { version = "0.7.3", path = "../tauri-api" }
37
urlencoding = "1.1.1"
38
39
[target."cfg(target_os = \"windows\")".dependencies]
0 commit comments