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
+7 -7
View File
@@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-log"
version = "2.0.0-alpha.6"
version = "2.0.0-alpha.7"
description = "Configurable logging for your Tauri app."
authors = { workspace = true }
license = { workspace = true }
@@ -9,11 +9,11 @@ rust-version = { workspace = true }
links = "tauri-plugin-log"
[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" ] }
[dependencies]
serde = { workspace = true }
@@ -21,8 +21,8 @@ serde_json = { workspace = true }
tauri = { workspace = true }
serde_repr = "0.1"
byte-unit = "4.0"
log = { workspace = true, features = ["kv_unstable"] }
time = { version = "0.3", features = ["formatting", "local-offset"] }
log = { workspace = true, features = [ "kv_unstable" ] }
time = { version = "0.3", features = [ "formatting", "local-offset" ] }
fern = "0.6"
[target."cfg(target_os = \"android\")".dependencies]
@@ -34,4 +34,4 @@ objc = "0.2"
cocoa = "0.24"
[features]
colored = ["fern/colored"]
colored = [ "fern/colored" ]