Add dependency versions and a README.md (#1004)

* Add a version to a path dependeency for publishing on crates.io.

* Add a README.md for wasmtime-profiling.

* Add versions to the wasmtime-profiling dependencies.
This commit is contained in:
Dan Gohman
2020-02-26 16:13:50 -08:00
committed by GitHub
parent ead53b3f23
commit 588cdd47f9
5 changed files with 6 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ edition = "2018"
wasmtime-runtime = { path = "../runtime", version = "0.12.0" }
wasmtime-environ = { path = "../environ", version = "0.12.0" }
wasmtime-jit = { path = "../jit", version = "0.12.0" }
wasmtime-profiling = { path = "../profiling" }
wasmtime-profiling = { path = "../profiling", version = "0.12.0" }
wasmparser = "0.51.2"
target-lexicon = { version = "0.10.0", default-features = false }
anyhow = "1.0.19"