diff --git a/Cargo.toml b/Cargo.toml index 307be96..4fd056c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ keywords = ["riscv", "register", "peripheral"] license = "ISC" [dependencies] -bare-metal = "0.2.0" +bare-metal = ">=0.2.0,<0.2.5" bit_field = "0.9.0" [features]