Remove std feature from cranelift-codegen-meta

This commit is contained in:
bjorn3
2019-09-28 15:55:07 +02:00
committed by Dan Gohman
parent 10e226f9ff
commit 74556d45ae
2 changed files with 3 additions and 12 deletions

View File

@@ -15,9 +15,3 @@ cranelift-entity = { path = "../../cranelift-entity", version = "0.44.0" }
[badges]
maintenance = { status = "experimental" }
travis-ci = { repository = "CraneStation/cranelift" }
[features]
default = ["std"]
std = []
# The "core" feature enables a workaround for Cargo #4866.
core = []