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
+3 -3
View File
@@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-localhost"
version = "2.0.0-alpha.6"
version = "2.0.0-alpha.7"
description = "Expose your apps assets through a localhost server instead of the default custom protocol."
authors = { workspace = true }
license = { workspace = true }
@@ -8,8 +8,8 @@ edition = { workspace = true }
rust-version = { workspace = true }
[package.metadata.docs.rs]
rustc-args = ["--cfg", "docsrs"]
rustdoc-args = ["--cfg", "docsrs"]
rustc-args = [ "--cfg", "docsrs" ]
rustdoc-args = [ "--cfg", "docsrs" ]
[dependencies]
serde = { workspace = true }