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

@@ -17,7 +17,7 @@ proc-macro = true
quote = "1.0.2"
proc-macro2 = "1.0.6"
heck = "0.3.1"
witx = { path = "WASI/tools/witx" }
witx = { path = "WASI/tools/witx", version = "0.8.0" }
[badges]
maintenance = { status = "actively-developed" }