Remove no-longer-needed C shims (#1686)

The published version of `libc` now has all that's necessary to natively
read these fields!
This commit is contained in:
Alex Crichton
2020-05-12 16:01:13 -05:00
committed by GitHub
parent 5394b6c72e
commit 962f057c8a
4 changed files with 7 additions and 32 deletions

View File

@@ -14,7 +14,7 @@ edition = "2018"
[dependencies]
wasmtime-environ = { path = "../environ", version = "0.16.0" }
region = "2.0.0"
libc = { version = "0.2.60", default-features = false }
libc = { version = "0.2.70", default-features = false }
memoffset = "0.5.3"
indexmap = "1.0.2"
thiserror = "1.0.4"