Skip to content

Commit

Permalink
chore(tauri) pin tauri-api dep version (#872)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog committed Jul 21, 2020
1 parent 61fbf68 commit ad717c6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changes/pin-api.md
@@ -0,0 +1,5 @@
---
"tauri": patch
---

Pin the `tauri-api` dependency on the `tauri` crate so updates doesn't crash the build.
2 changes: 1 addition & 1 deletion tauri/Cargo.toml
Expand Up @@ -33,7 +33,7 @@ anyhow = "1.0.31"
thiserror = "1.0.20"
envmnt = "0.8.3"
once_cell = "1.4.0"
tauri-api = { version = "0.7", path = "../tauri-api" }
tauri-api = { version = "0.7.3", path = "../tauri-api" }
urlencoding = "1.1.1"

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

0 comments on commit ad717c6

Please sign in to comment.