japaric/f3

Version 0.5.0 not release to Crates.io

nordmoen opened this issue · 3 comments

Hi.

I wanted to test some of the examples from this crate. I followed the cortex-m-quickstart setup, making sure to follow the f3 guide removing the correct stuff to get it to work. However, I could not get my code to compile. I see that many dependencies have been updated and the f3 crate version on github has been updated, but this latest version is not on crates.io.

Is this deliberate or a quick oversight?

@nordmoen we are still updating things to work with RTFMv2 cf. #85

Also you can always use the git version:

[dependencies]
f3 = { git = "https://github.com/japaric/f3" }

Is this deliberate or a quick oversight?

It's deliberate. A stable release will be released when it's ready to be released.

@japaric Thanks for the quick reply. I hope the sentence did not come a cross as overly negative. I just wanted to ask seeing some of the dependencies was already updated on crates.io.

v0.5.0 is up now