From be78e5023844a2ae6f383a4fca6cbca03b319c4a Mon Sep 17 00:00:00 2001 From: ryan kurte Date: Fri, 19 Apr 2024 11:30:08 +1200 Subject: [PATCH] bump radio version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 03606e3..6a09abd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ util = [ "std", "clap", "tracing", "tracing-subscriber", "humantime", "crc16", " default = [ "std", "util", "serde", "driver-pal/hal-cp2130", "driver-pal/hal-linux", "patch-unknown-state" ] [dependencies] -radio = { version = "0.11.0", default_features = false } +radio = { version = "0.12.1", default_features = false } embedded-hal = "1.0.0" embedded-hal-bus = "0.1.0" driver-pal = { version = "0.9.0", default_features = false, optional=true }