Skip to content

Commit 1d72c30

Browse files
author
Christian Koestlin
committed
chore: Bump thiserrors version
1 parent 5104c3e commit 1d72c30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "android-logd-logger"
3-
version = "0.4.5-pre"
3+
version = "0.4.5"
44
authors = [
55
"Felix Obenhuber <[email protected]>",
66
"Jens Waechtler <[email protected]>",
@@ -20,7 +20,7 @@ env_logger = { version = "0.10", features = ["regex"], default-features = false
2020
lazy_static = { version = "1.4", optional = true }
2121
log = { version = "0.4", features = ["std"] }
2222
parking_lot = "0.12"
23-
thiserror = "1"
23+
thiserror = "2"
2424
time = { version = "0.3", features = ["formatting", "macros"] }
2525

2626
[target.'cfg(unix)'.dependencies]

0 commit comments

Comments
 (0)