Publish New Versions (v2) (#688)

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
This commit is contained in:
github-actions[bot]
2023-10-29 16:19:52 -03:00
committed by GitHub
co-authored by lucasfernog Lucas Nogueira
parent e438e0a62d
commit d4d1633c4d
85 changed files with 344 additions and 157 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-persisted-scope"
version = "2.0.0-alpha.3"
version = "2.0.0-alpha.4"
description = "Save filesystem and asset scopes and restore them when the app is reopened."
authors = { workspace = true }
license = { workspace = true }
@@ -19,7 +19,7 @@ log = { workspace = true }
thiserror = { workspace = true }
aho-corasick = "1.0"
bincode = "1"
tauri-plugin-fs = { path = "../fs", version = "2.0.0-alpha.3" }
tauri-plugin-fs = { path = "../fs", version = "2.0.0-alpha.4" }
[features]
protocol-asset = [ "tauri/protocol-asset" ]