From 3ef196a44ea0e6744d5165862b3af3df87ed70a2 Mon Sep 17 00:00:00 2001 From: "Guillaume W. Bres" Date: Wed, 27 Sep 2023 09:54:19 +0200 Subject: [PATCH 1/5] 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 From 98e8dbca6dfc45896f54be972157ba9343372d89 Mon Sep 17 00:00:00 2001 From: "Guillaume W. Bres" Date: Wed, 27 Sep 2023 10:25:32 +0200 Subject: [PATCH 2/5] ublox: use local referencing (latest) Signed-off-by: Guillaume W. Bres --- ublox/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ublox/Cargo.toml b/ublox/Cargo.toml index dcedb46..5c204c1 100644 --- a/ublox/Cargo.toml +++ b/ublox/Cargo.toml @@ -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"} [dev-dependencies] cpu-time = "1.0.0" From 646086945ec00281e1a724746a8025517d5042bf Mon Sep 17 00:00:00 2001 From: "Guillaume W. Bres" Date: Wed, 27 Sep 2023 10:38:18 +0200 Subject: [PATCH 3/5] bump ublox_derive to v0.1.0 Signed-off-by: Guillaume W. Bres --- ublox/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ublox/Cargo.toml b/ublox/Cargo.toml index 5c204c1..3f9e753 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 = [] From 2c87b08701023e3769ae8784a35d07883672519f Mon Sep 17 00:00:00 2001 From: "Guillaume W. Bres" Date: Thu, 28 Sep 2023 08:25:39 +0200 Subject: [PATCH 4/5] ublox: use local referencing (latest) Signed-off-by: Guillaume W. Bres --- ublox/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ublox/Cargo.toml b/ublox/Cargo.toml index 3f9e753..feb7440 100644 --- a/ublox/Cargo.toml +++ b/ublox/Cargo.toml @@ -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"} +ublox_derive = {path = "../ublox_derive", version = "0.1.0"} [dev-dependencies] cpu-time = "1.0.0" From bfbb7b929735e8dbc9a59adefb3fd56343cd770e Mon Sep 17 00:00:00 2001 From: "Guillaume W. Bres" Date: Thu, 28 Sep 2023 08:26:05 +0200 Subject: [PATCH 5/5] ublox: use local referencing (latest) Signed-off-by: Guillaume W. Bres --- ublox/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ublox/Cargo.toml b/ublox/Cargo.toml index feb7440..7b43ba5 100644 --- a/ublox/Cargo.toml +++ b/ublox/Cargo.toml @@ -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.1.0"} +ublox_derive = {path = "../ublox_derive", version = "=0.1.0"} [dev-dependencies] cpu-time = "1.0.0"