Skip to content

Commit

Permalink
Merge #25
Browse files Browse the repository at this point in the history
25: Remove const-fn feature r=jonas-schievink a=rubberduck203

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

Related to #11

Co-authored-by: Christopher J. McClellan <chris.mcclellan203@gmail.com>
  • Loading branch information
bors[bot] and rubberduck203 committed Jan 29, 2020
2 parents 37bed90 + f35c406 commit 37bcf7b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
6 changes: 0 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,3 @@ license = "MIT OR Apache-2.0"
name = "bare-metal"
repository = "https://github.com/rust-embedded/bare-metal"
version = "0.2.5"

[build-dependencies]
rustc_version = "0.2.3"

[features]
const-fn = [] # Unused, but kept for backwards compatibility
9 changes: 0 additions & 9 deletions build.rs

This file was deleted.

0 comments on commit 37bcf7b

Please sign in to comment.