From 02aa7085c07dfeda7ee4a8448d05ca2233febc67 Mon Sep 17 00:00:00 2001 From: Berkus Decker Date: Sat, 17 Sep 2022 16:25:39 +0300 Subject: [PATCH] build(deps): Update tock-registers dependency to 0.8 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.