rust-embedded-community / tm4c-hal

An Embedded HAL and general chip support for the TM4C123/LM4F120. Replaces the old lm4f120 crate.
Apache License 2.0
40 stars 27 forks source link

Push out a new release #36

Closed thejpster closed 4 years ago

thejpster commented 4 years ago

We should push out a new release with the I2C fixes included.

eldruin commented 4 years ago

All three crates need to be released right? Which versions should they get?

thejpster commented 4 years ago

Yes, all three need a minor bump as we added RTC support in the common crate (tm4c-hal). We aren't at 1.0 yet, so that's the third digit. This gives:

tm4c-hal 0.4.1 tm4c123x-hal 0.10.2 tm4c129x-hal 0.9.2

You need to do the common crate first, then set Cargo.toml in the other two to depend on the new common crate, then publish them.

eldruin commented 4 years ago

All done!