mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-09-22 21:30:44 +02:00
Publish New Versions (#341)
* publish new versions * Update Cargo.toml * add msrv note to changelog * changelog wording --------- Co-authored-by: FabianLars <FabianLars@users.noreply.github.com> Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
This commit is contained in:
co-authored by
FabianLars
Fabian-Lars
parent
5c05224e42
commit
843800ab1e
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "tauri-plugin-persisted-scope"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
description = "Save filesystem and asset scopes and restore them when the app is reopened."
|
||||
authors.workspace = true
|
||||
license.workspace = true
|
||||
@@ -19,4 +19,4 @@ aho-corasick = "1.0"
|
||||
bincode = "1"
|
||||
|
||||
[features]
|
||||
protocol-asset = [ "tauri/protocol-asset" ]
|
||||
protocol-asset = [ "tauri/protocol-asset" ]
|
||||
|
||||
Reference in New Issue
Block a user