rust-embedded / bare-metal

Abstractions common to microcontrollers
Apache License 2.0
114 stars 16 forks source link

Remove const-fn feature #25

Closed rubberduck203 closed 4 years ago

rubberduck203 commented 4 years ago

Per #22, as of Rust v1.31 const-fn was stablized. Removing the feature in preparation of a 1.0 release.

Related to #11

rubberduck203 commented 4 years ago

@jonas-schievink seems like it, yes. I would appreciate feedback on what I did in build.rs. I noticed it after I initially submitted the PR.

jonas-schievink commented 4 years ago

bors r+

bors[bot] commented 4 years ago

Build succeeded