Address concerns in pullrequests.

This commit is contained in:
Carlo Kok
2020-06-15 20:46:04 +02:00
parent 38531b8f42
commit 0b613caad1
6 changed files with 21 additions and 15 deletions

View File

@@ -14,6 +14,7 @@ cranelift-module = { path = "../module", version = "0.64.0" }
cranelift-codegen = { path = "../codegen", version = "0.64.0", default-features = false, features = ["std"] }
object = { version = "0.18", default-features = false, features = ["write"] }
target-lexicon = "0.10"
anyhow = "1.0"
[badges]
maintenance = { status = "experimental" }