Remove errno dependency from cranelift-jit

This commit is contained in:
bjorn3
2021-05-11 12:55:10 +02:00
parent 5fb2c8c235
commit bb769afe6b
3 changed files with 8 additions and 13 deletions

View File

@@ -17,7 +17,6 @@ cranelift-entity = { path = "../entity", version = "0.73.0" }
anyhow = "1.0"
region = "2.2.0"
libc = { version = "0.2.42" }
errno = "0.2.4"
target-lexicon = "0.12"
memmap2 = { version = "0.2.1", optional = true }
log = { version = "0.4.6", default-features = false }