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:
@@ -11,7 +11,7 @@ readme = "README.md"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
wasmtime-profiling = { path = "../profiling" }
|
||||
wasmtime-profiling = { path = "../profiling", version = "0.12.0" }
|
||||
wasmtime-environ = { path = "../environ", version = "0.12.0" }
|
||||
region = "2.0.0"
|
||||
libc = { version = "0.2.60", default-features = false }
|
||||
|
||||
Reference in New Issue
Block a user