Skip to content

Commit

Permalink
bump ublox_derive to v0.1.0 (#70)
Browse files Browse the repository at this point in the history
* bump ublox_derive to v0.1.0
* ublox: use local referencing (latest)
---------

Signed-off-by: Guillaume W. Bres <[email protected]>
  • Loading branch information
gwbres authored Sep 28, 2023
1 parent 32e4a17 commit 4e88740
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ublox/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion ublox_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4e88740

Please sign in to comment.