Skip to content

Commit f35c406

Browse files
committed
Remove const-fn feature
Per #22, as of Rust v1.31 const-fn was stablized. Removing the feature in preparation of a 1.0 release. Related to #11
1 parent 37bed90 commit f35c406

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

Cargo.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,3 @@ license = "MIT OR Apache-2.0"
88
name = "bare-metal"
99
repository = "https://github.com/rust-embedded/bare-metal"
1010
version = "0.2.5"
11-
12-
[build-dependencies]
13-
rustc_version = "0.2.3"
14-
15-
[features]
16-
const-fn = [] # Unused, but kept for backwards compatibility

build.rs

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)