Remove thiserror dependency from cranelift_module

This commit is contained in:
bjorn3
2021-03-16 11:09:06 +01:00
parent 8811246a9f
commit 147cda3b99
3 changed files with 63 additions and 13 deletions

View File

@@ -15,7 +15,6 @@ cranelift-codegen = { path = "../codegen", version = "0.73.0", default-features
cranelift-entity = { path = "../entity", version = "0.73.0" }
hashbrown = { version = "0.9.1", optional = true }
log = { version = "0.4.6", default-features = false }
thiserror = "1.0.4"
anyhow = "1.0"
[features]