From b8f152d368a4895ca12498bc209f89624c0aed44 Mon Sep 17 00:00:00 2001 From: ryan kurte Date: Fri, 19 Apr 2024 11:07:47 +1200 Subject: [PATCH] release v0.12.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b20382b..2ce271f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ repository = "https://github.com/rust-iot/radio-hal" authors = ["Ryan Kurte "] license = "MIT" edition = "2018" -version = "0.11.1" +version = "0.12.0" [package.metadata.docs.rs] features = [ "std", "nonblocking", "mock", "helpers" ]