rust-embedded / bare-metal

Abstractions common to microcontrollers
Apache License 2.0
116 stars 17 forks source link

make the const-fn feature work in 1.31(-beta) #14

Closed japaric closed 6 years ago

japaric commented 6 years ago

bors r+

bors[bot] commented 6 years ago

Build succeeded

japaric commented 6 years ago

Published: https://crates.io/crates/bare-metal/0.2.4

Sh4rK commented 6 years ago

@japaric Since most of the embedded crates are moving towards Rust 2018 anyway and to simplify this crate, wouldn't it make sense to completely drop the feature flag and require Rust >=1.31?

japaric commented 5 years ago

@Sh4rK sure, that needs a semver bump (minor version bump) in this crate. Doing the same in the embedded crates would also require a semver bump in those crates.