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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user