From 81371cf638c2cf986e83d2e21be899044fd2ff08 Mon Sep 17 00:00:00 2001 From: Guillaume Binet Date: Tue, 2 Jun 2026 20:26:48 -0500 Subject: [PATCH] bump spin --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2426092..2e0f32d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,9 +55,9 @@ rerun = { version = "0.31", default-features = false, features = [ "log", ] } rp235x-hal = "0.4" -# Follow copper-rs master across its spin 0.10 -> 0.11 transition without +# Follow copper-rs master across its spin 0.10 -> 0.12 transition without # forcing this workspace to instantiate a separate app-level Mutex type. -spin = { version = ">=0.10, <0.12" } +spin = { version = ">=0.10, <0.13" } stm32h7xx-hal = { version = "0.16.0", default-features = false } tempfile = { version = "3.23", default-features = false }