mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-07-24 17:20:51 +02:00
feat: bump to RC
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "tauri-plugin-log"
|
||||
version = "2.0.0-beta.10"
|
||||
version = "2.0.0-rc.0"
|
||||
description = "Configurable logging for your Tauri app."
|
||||
authors = { workspace = true }
|
||||
license = { workspace = true }
|
||||
@@ -22,8 +22,8 @@ serde_json = { workspace = true }
|
||||
tauri = { workspace = true }
|
||||
serde_repr = "0.1"
|
||||
byte-unit = "5"
|
||||
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"
|
||||
thiserror = "1"
|
||||
|
||||
@@ -36,4 +36,4 @@ objc = "0.2"
|
||||
cocoa = "0.25"
|
||||
|
||||
[features]
|
||||
colored = [ "fern/colored" ]
|
||||
colored = ["fern/colored"]
|
||||
|
||||
Reference in New Issue
Block a user