diff --git a/Cargo.toml b/Cargo.toml index 18242c8..4bb2af7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,4 +24,4 @@ default = ["nightly"] nightly = ["tock-registers"] [dependencies] -tock-registers = { version = "0.7.x", default-features = false, optional = true } # Use it as interface-only library. +tock-registers = { version = "0.8", default-features = false, optional = true } # Use it as interface-only library.