Closed mattico closed 1 year ago
I think what you found is great stuff! If not mistaken, this is related to why publishing currently fails , as per this draft PR https://github.com/ublox-rs/ublox/pull/66 .
I think @gwbres is currently the maintainer. It would be nice if he could add you to the org.
Hello @mattico
I'm happy to add you to the repo, but I have no means to add you to the organization.
I'll see if I can publish a new derive release soon
Currently, trying to use
ublox = "0.4.3"
from crates.io fails with errors like:This is because v0.4.3 requires the changes which have been made to ublox_derive since its v0.0.4 release. Overriding the ublox_derive dependency to use the new code fixes the errors, e.g.
I also noticed that the
ublox_derive-v0.0.4
tag points to the same commit asublox-v0.4.3
, rather than its release commit which I think is the tagv0.4.0
.One other minor thing I noticed is that 0.4.3 on crates.io includes the changes from #67 which is after the
ublox-v0.4.3
tag, so theublox-v0.4.3
tag could be changed to 8f3e5e2. I checked this by usingcargo vendor
and diff against a git checkout.I see that this crate was moved to an org recently. I'd be happy to help out maintaining this crate if you need an extra set of hands!