From 4e8874055c78f17180f1b0d7e7123dbc495a0b9f Mon Sep 17 00:00:00 2001 From: gwbres Date: Thu, 28 Sep 2023 09:45:05 +0200 Subject: [PATCH] bump ublox_derive to v0.1.0 (#70) * bump ublox_derive to v0.1.0 * ublox: use local referencing (latest) --------- Signed-off-by: Guillaume W. Bres --- ublox/Cargo.toml | 4 ++-- ublox_derive/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ublox/Cargo.toml b/ublox/Cargo.toml index dcedb46..7b43ba5 100644 --- a/ublox/Cargo.toml +++ b/ublox/Cargo.toml @@ -6,7 +6,7 @@ license = "MIT" name = "ublox" readme = "../README.md" repository = "https://github.com/lkolbly/ublox" -version = "0.4.3" +version = "0.4.4" [features] alloc = [] @@ -18,7 +18,7 @@ bitflags = "2.3.1" chrono = {version = "0.4.19", default-features = false, features = []} num-traits = {version = "0.2.12", default-features = false} serde = {version = "1.0.144", optional = true, default-features = false, features = ["derive"]} -ublox_derive = {path = "../ublox_derive", version = "0.0.4"} +ublox_derive = {path = "../ublox_derive", version = "=0.1.0"} [dev-dependencies] cpu-time = "1.0.0" 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