Skip to content

Commit 37bcf7b

Browse files
Merge #25
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 <[email protected]>
2 parents 37bed90 + f35c406 commit 37bcf7b

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)