From a01edefebbf02f1f2b399fb0cc95b7b5b2ae24f5 Mon Sep 17 00:00:00 2001 From: Lukas Botsch Date: Thu, 21 Aug 2025 14:10:20 +0200 Subject: [PATCH] Update `tock-registers` 0.9.0 -> 0.10.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5917e3c..79d2577 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,4 +20,4 @@ exclude = [ ] [dependencies] -tock-registers = { version = "0.9.0", default-features = false } # Use it as interface-only library. +tock-registers = { version = "0.10.0", default-features = false } # Use it as interface-only library.