update thiserror and add to workspace

This commit is contained in:
auronandace
2026-03-23 07:58:57 +00:00
parent 27ecc0f524
commit 29b4782015
7 changed files with 11 additions and 10 deletions
Generated
+5 -5
View File
@@ -51,7 +51,7 @@ dependencies = [
"ron",
"rustc-hash",
"serde",
"thiserror 1.0.69",
"thiserror 2.0.18",
]
[[package]]
@@ -2391,7 +2391,7 @@ dependencies = [
"plain",
"redox_event",
"redox_syscall 0.7.3",
"thiserror 1.0.69",
"thiserror 2.0.18",
"xhcid",
]
@@ -2468,7 +2468,7 @@ dependencies = [
"redox_syscall 0.7.3",
"spin",
"static_assertions",
"thiserror 1.0.69",
"thiserror 2.0.18",
"virtio-core",
]
@@ -2486,7 +2486,7 @@ dependencies = [
"redox_event",
"redox_syscall 0.7.3",
"static_assertions",
"thiserror 1.0.69",
"thiserror 2.0.18",
]
[[package]]
@@ -2859,7 +2859,7 @@ dependencies = [
"serde",
"serde_json",
"smallvec 1.15.1",
"thiserror 1.0.69",
"thiserror 2.0.18",
"toml",
]
+1
View File
@@ -102,6 +102,7 @@ slab = "0.4.9"
smallvec = "1"
spin = "0.10"
static_assertions = "1.1.0"
thiserror = "2"
toml = "1"
[workspace.lints.clippy]
+1 -1
View File
@@ -18,7 +18,7 @@ plain.workspace = true
redox_syscall.workspace = true
redox_event.workspace = true
rustc-hash = "1.1.0"
thiserror = "1"
thiserror.workspace = true
ron.workspace = true
serde.workspace = true
+1 -1
View File
@@ -16,7 +16,7 @@ driver-block = { path = "../driver-block" }
daemon = { path = "../../../daemon" }
redox_event.workspace = true
redox_syscall = { workspace = true, features = ["std"] }
thiserror = "1"
thiserror.workspace = true
xhcid = { path = "../../usb/xhcid" }
[lints]
+1 -1
View File
@@ -8,7 +8,7 @@ authors = ["Anhad Singh <andypython@protonmail.com>"]
[dependencies]
anyhow.workspace = true
log.workspace = true
thiserror = "1.0.40"
thiserror.workspace = true
static_assertions.workspace = true
futures = { version = "0.3.28", features = ["executor"] }
spin.workspace = true
+1 -1
View File
@@ -26,7 +26,7 @@ redox_syscall.workspace = true
serde.workspace = true
serde_json.workspace = true
smallvec = { workspace = true, features = ["serde"] }
thiserror = "1"
thiserror.workspace = true
toml.workspace = true
common = { path = "../../common" }
+1 -1
View File
@@ -11,7 +11,7 @@ bitflags.workspace = true
redox_syscall.workspace = true
libredox.workspace = true
log.workspace = true
thiserror = "1.0.40"
thiserror.workspace = true
futures = { version = "0.3.28", features = ["executor"] }
crossbeam-queue = "0.3.8"