Update object to 0.21.1 (#2144)

This commit is contained in:
bjorn3
2020-08-19 22:14:26 +02:00
committed by GitHub
parent 4cafb90186
commit b5e24c8c67
6 changed files with 16 additions and 10 deletions

View File

@@ -14,7 +14,7 @@ edition = "2018"
[dependencies]
gimli = "0.21.0"
wasmparser = "0.59.0"
object = { version = "0.20", default-features = false, features = ["read", "write"] }
object = { version = "0.21.1", default-features = false, features = ["read", "write"] }
wasmtime-environ = { path = "../environ", version = "0.19.0" }
target-lexicon = { version = "0.10.0", default-features = false }
anyhow = "1.0"