Skip to content

Commit a143355

Browse files
authored
Remove external assembly (#343)
1 parent 3d32678 commit a143355

17 files changed

+26
-996
lines changed

Cargo.toml

+5-6
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,18 @@ bit_field = "0.10.1"
3030
bitflags = "1.0.4"
3131
volatile = "0.4.4"
3232

33-
[build-dependencies]
34-
cc = { version = "1.0.37", optional = true }
35-
3633
[features]
3734
default = [ "nightly", "instructions" ]
3835
instructions = []
39-
external_asm = [ "cc" ]
40-
nightly = [ "inline_asm", "const_fn", "abi_x86_interrupt", "doc_cfg" ]
41-
inline_asm = []
36+
nightly = [ "const_fn", "abi_x86_interrupt", "doc_cfg" ]
4237
abi_x86_interrupt = []
4338
const_fn = []
4439
doc_cfg = []
4540

41+
# These features are no longer used and only there for backwards compatibility.
42+
external_asm = []
43+
inline_asm = []
44+
4645
[package.metadata.release]
4746
no-dev-version = true
4847
pre-release-replacements = [

build.rs

-54
This file was deleted.

0 commit comments

Comments
 (0)