From b5ae4ac963c4aca00e8f8bb0aa2c91f535d77232 Mon Sep 17 00:00:00 2001 From: Inflation <2375962+inflation@users.noreply.github.com> Date: Fri, 1 Mar 2024 08:51:08 +0800 Subject: [PATCH] Update `tock_registers` to 0.9 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 965df68..1dd0a25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,4 +20,4 @@ exclude = [ ] [dependencies] -tock-registers = { version = "0.8.x", default-features = false } # Use it as interface-only library. +tock-registers = { version = "0.9.0", default-features = false } # Use it as interface-only library.