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:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user