publish new versions

This commit is contained in:
lucasfernog
2024-02-03 15:46:07 -03:00
committed by Lucas Nogueira
parent 2643a4c331
commit 18e478aba0
89 changed files with 556 additions and 271 deletions
+5 -5
View File
@@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-fs"
version = "2.0.0-alpha.7"
version = "2.0.0-alpha.8"
description = "Access the file system."
authors = { workspace = true }
license = { workspace = true }
@@ -9,11 +9,11 @@ rust-version = { workspace = true }
links = "tauri-plugin-fs"
[package.metadata.docs.rs]
rustc-args = ["--cfg", "docsrs"]
rustdoc-args = ["--cfg", "docsrs"]
rustc-args = [ "--cfg", "docsrs" ]
rustdoc-args = [ "--cfg", "docsrs" ]
[build-dependencies]
tauri-plugin = { workspace = true, features = ["build"] }
tauri-plugin = { workspace = true, features = [ "build" ] }
schemars = { workspace = true }
[dependencies]
@@ -25,7 +25,7 @@ tauri = { workspace = true }
thiserror = { workspace = true }
url = { workspace = true }
anyhow = "1"
uuid = { version = "1", features = ["v4"] }
uuid = { version = "1", features = [ "v4" ] }
glob = "0.3"
notify = { version = "6", optional = true, features = [ "serde" ] }
notify-debouncer-full = { version = "0.3", optional = true }