wasi-common, wasi-cap-std-sync, wasmtime-wasi should all be published now

This commit is contained in:
Pat Hickey
2021-02-03 15:52:26 -08:00
parent bc1992b9a8
commit 1a45096ee6
3 changed files with 0 additions and 3 deletions

View File

@@ -11,7 +11,6 @@ readme = "README.md"
edition = "2018"
include = ["src/**/*", "LICENSE", "build.rs"]
build = "build.rs"
publish = false
# 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

View File

@@ -10,7 +10,6 @@ repository = "https://github.com/bytecodealliance/wasmtime"
readme = "README.md"
edition = "2018"
include = ["src/**/*", "LICENSE" ]
publish = false
[dependencies]
wasi-common = { path = "../", version = "0.22.0" }

View File

@@ -11,7 +11,6 @@ readme = "README.md"
edition = "2018"
include = ["src/**/*", "LICENSE", "build.rs"]
build = "build.rs"
publish = false
[dependencies]
wasi-common = { path = "../wasi-common", version = "0.22.0" }