Cache worker
This commit is contained in:
@@ -17,7 +17,7 @@ cranelift-wasm = { version = "0.41.0", features = ["enable-serde"] }
|
||||
wasmtime-environ = { path = "../wasmtime-environ", default-features = false }
|
||||
region = "2.0.0"
|
||||
lazy_static = "1.2.0"
|
||||
libc = { version = "0.2.48", default-features = false }
|
||||
libc = { version = "0.2.60", default-features = false }
|
||||
errno = "0.2.4"
|
||||
memoffset = "0.5.1"
|
||||
failure = { version = "0.1.3", default-features = false }
|
||||
@@ -25,7 +25,7 @@ failure_derive = { version = "0.1.3", default-features = false }
|
||||
indexmap = "1.0.2"
|
||||
|
||||
[target.'cfg(target_os = "windows")'.dependencies]
|
||||
winapi = { version = "0.3.6", features = ["winbase", "memoryapi"] }
|
||||
winapi = { version = "0.3.7", features = ["winbase", "memoryapi"] }
|
||||
|
||||
[build-dependencies]
|
||||
cc = "1.0"
|
||||
|
||||
Reference in New Issue
Block a user