Bump object to 0.19.0 (#1767)

* Bump object to 0.19.0
This commit is contained in:
bjorn3
2020-06-12 22:37:04 +02:00
committed by GitHub
parent 3db2e3fcc6
commit 9788b02dd5
9 changed files with 109 additions and 26 deletions

View File

@@ -24,7 +24,7 @@ wasmtime-runtime = { path = "../runtime", version = "0.18.0" }
ittapi-rs = { version = "0.1.5", optional = true }
[dependencies.object]
version = "0.18.0"
version = "0.19.0"
optional = true
default-features = false
features = ['read_core', 'elf', 'std']