Skip to content

Commit ad717c6

Browse files
authored
chore(tauri) pin tauri-api dep version (#872)
1 parent 61fbf68 commit ad717c6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changes/pin-api.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ anyhow = "1.0.31"
3333
thiserror = "1.0.20"
3434
envmnt = "0.8.3"
3535
once_cell = "1.4.0"
36-
tauri-api = { version = "0.7", path = "../tauri-api" }
36+
tauri-api = { version = "0.7.3", path = "../tauri-api" }
3737
urlencoding = "1.1.1"
3838

3939
[target."cfg(target_os = \"windows\")".dependencies]

0 commit comments

Comments
 (0)