wasi-common, wasi-cap-std-sync, wasmtime-wasi should all be published now
This commit is contained in:
@@ -11,7 +11,6 @@ readme = "README.md"
|
|||||||
edition = "2018"
|
edition = "2018"
|
||||||
include = ["src/**/*", "LICENSE", "build.rs"]
|
include = ["src/**/*", "LICENSE", "build.rs"]
|
||||||
build = "build.rs"
|
build = "build.rs"
|
||||||
publish = false
|
|
||||||
|
|
||||||
# This doesn't actually link to a native library, but it allows us to set env
|
# This doesn't actually link to a native library, but it allows us to set env
|
||||||
# vars like `DEP_WASI_COMMON_19_*` for crates that have build scripts and depend
|
# vars like `DEP_WASI_COMMON_19_*` for crates that have build scripts and depend
|
||||||
|
|||||||
@@ -10,7 +10,6 @@ repository = "https://github.com/bytecodealliance/wasmtime"
|
|||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
include = ["src/**/*", "LICENSE" ]
|
include = ["src/**/*", "LICENSE" ]
|
||||||
publish = false
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
wasi-common = { path = "../", version = "0.22.0" }
|
wasi-common = { path = "../", version = "0.22.0" }
|
||||||
|
|||||||
@@ -11,7 +11,6 @@ readme = "README.md"
|
|||||||
edition = "2018"
|
edition = "2018"
|
||||||
include = ["src/**/*", "LICENSE", "build.rs"]
|
include = ["src/**/*", "LICENSE", "build.rs"]
|
||||||
build = "build.rs"
|
build = "build.rs"
|
||||||
publish = false
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
wasi-common = { path = "../wasi-common", version = "0.22.0" }
|
wasi-common = { path = "../wasi-common", version = "0.22.0" }
|
||||||
|
|||||||
Reference in New Issue
Block a user