From 3ef196a44ea0e6744d5165862b3af3df87ed70a2 Mon Sep 17 00:00:00 2001 From: "Guillaume W. Bres" Date: Wed, 27 Sep 2023 09:54:19 +0200 Subject: [PATCH] bump ublox_derive to v0.1.0 Signed-off-by: Guillaume W. Bres --- ublox_derive/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ublox_derive/Cargo.toml b/ublox_derive/Cargo.toml index 6a7fccf..4dcfdf8 100644 --- a/ublox_derive/Cargo.toml +++ b/ublox_derive/Cargo.toml @@ -4,7 +4,7 @@ description = "Utility macros for the ublox crate" edition = "2021" license = "MIT" name = "ublox_derive" -version = "0.0.4" +version = "0.1.0" [lib] proc-macro = true