Skip to content

Conversation

jkristell
Copy link
Contributor

Right now on relase 0.12 (and master) this:

DEFMT_LOG=debug cargo build --release --features=rt,stm32f405,defmt --examples

fails to compile due to defmt support in fugit not being enabled.

This workaround fixes that, but feels like a hack.
It's described here: https://blog.turbo.fish/cargo-features/

The other option is to rename the fugit feature under a different name, but this fix could be used until then.

Let me know if you want this to be merged and I can write a Changelog entry.

@burrbull
Copy link
Member

LGTM. Thanks

@burrbull
Copy link
Member

Could you also move hd44780-driver to dev-dependencies?

@jkristell
Copy link
Contributor Author

Changelog updated and I added a commit with the hd44780-driver moved to dev-dependencies.

@burrbull
Copy link
Member

bors r+

@bors bors bot merged commit 7dced36 into stm32-rs:master Mar 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants