We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64fac08 commit 68f548cCopy full SHA for 68f548c
Cargo.toml
@@ -16,7 +16,7 @@ tauri-build = "2.0.1"
16
tauri-plugin = "2.0.1"
17
tauri-utils = "2.0.1"
18
serde_json = "1"
19
-thiserror = "1"
+thiserror = "2"
20
url = "2"
21
schemars = "0.8"
22
dunce = "1"
plugins/log/Cargo.toml
@@ -32,7 +32,7 @@ byte-unit = "5"
32
log = { workspace = true, features = ["kv_unstable"] }
33
time = { version = "0.3", features = ["formatting", "local-offset"] }
34
fern = "0.7"
35
36
37
[target."cfg(target_os = \"android\")".dependencies]
38
android_logger = "0.14"
0 commit comments