Publish New Versions (v2) (#1279)

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-05-11 07:13:52 -03:00
committed by GitHub
parent 021d23bef3
commit ecda84f8d5
18 changed files with 61 additions and 16 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-deep-link"
version = "2.0.0-beta.4"
version = "2.0.0-beta.5"
description = "Set your Tauri application as the default handler for an URL"
authors = { workspace = true }
license = { workspace = true }
@@ -34,5 +34,5 @@ dunce = "1"
windows-registry = "0.1"
windows-result = "0.1"
[target.'cfg(target_os = "linux")'.dependencies]
[target."cfg(target_os = \"linux\")".dependencies]
rust-ini = "0.21"