diff --git a/drivers/hwd/Cargo.toml b/drivers/hwd/Cargo.toml index 01795d5572..f7565c5330 100644 --- a/drivers/hwd/Cargo.toml +++ b/drivers/hwd/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" fdt = "0.1.5" log.workspace = true ron = "0.8.1" -libredox = { version = "0.1.12", default-features = false, features = ["std", "call"] } +libredox = { workspace = true, default-features = false, features = ["std", "call"] } amlserde = { path = "../amlserde" } common = { path = "../common" }