mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-09-22 21:30:44 +02:00
Merge remote-tracking branch 'origin/dev' into next
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "tauri-plugin-log"
|
||||
version = "0.1.0"
|
||||
version = "0.0.0"
|
||||
description = "Configurable logging for your Tauri app."
|
||||
authors.workspace = true
|
||||
license.workspace = true
|
||||
@@ -19,7 +19,7 @@ tauri.workspace = true
|
||||
serde_repr = "0.1"
|
||||
byte-unit = "4.0"
|
||||
log = { workspace = true, features = ["kv_unstable"] }
|
||||
time = { version = "0.3", features = ["formatting"] }
|
||||
time = { version = "0.3", features = ["formatting", "local-offset"] }
|
||||
fern = "0.6"
|
||||
|
||||
[target."cfg(target_os = \"android\")".dependencies]
|
||||
|
||||
Reference in New Issue
Block a user