Publish New Versions (v2) (#629)

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-10-23 09:01:39 -03:00
committed by GitHub
co-authored by lucasfernog
parent beb6b139eb
commit 437dfba814
84 changed files with 360 additions and 159 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-persisted-scope"
version = "2.0.0-alpha.2"
version = "2.0.0-alpha.3"
description = "Save filesystem and asset scopes and restore them when the app is reopened."
authors = { workspace = true }
license = { workspace = true }
@@ -18,7 +18,7 @@ log = { workspace = true }
thiserror = { workspace = true }
aho-corasick = "1.0"
bincode = "1"
tauri-plugin-fs = { path = "../fs", version = "2.0.0-alpha.2" }
tauri-plugin-fs = { path = "../fs", version = "2.0.0-alpha.3" }
[features]
protocol-asset = [ "tauri/protocol-asset" ]