Don't force enable basic-blocks feature

Fixes #1179
This commit is contained in:
bjorn3
2019-10-29 20:36:03 +01:00
committed by Benjamin Bouvier
parent 7e5c33a29e
commit 689771caf3
3 changed files with 19 additions and 4 deletions

View File

@@ -10,11 +10,16 @@ readme = "README.md"
edition = "2018"
[dependencies]
cranelift-codegen = { path = "../cranelift-codegen", version = "0.46.1" }
cranelift-module = { path = "../cranelift-module", version = "0.46.1" }
object = { version = "0.14.0", default-features = false, features = ["write"] }
target-lexicon = "0.8.1"
[dependencies.cranelift-codegen]
path = "../cranelift-codegen"
version = "0.46.1"
default-features = false
features = ["std"]
[badges]
maintenance = { status = "experimental" }
travis-ci = { repository = "CraneStation/cranelift" }