diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2023-12-09 15:01:22 +0100 |
|---|---|---|
| committer | Henry Gressmann <mail@henrygressmann.de> | 2023-12-09 15:01:22 +0100 |
| commit | 9a12b08bfc3ba59baed6885c1f778d2fbed3bdd0 (patch) | |
| tree | 5d9c564ea3afa6566254fb477a7204c338ecbdb7 /crates | |
| parent | c9c32dc5192151a4f601af05988a5e5d8f6db8c5 (diff) | |
fix: tinywasm_cli publish key
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'crates')
| -rw-r--r-- | crates/cli/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/tinywasm/Cargo.toml | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 2bd9613..e9a6531 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -2,7 +2,7 @@ name="tinywasm-cli" version="0.0.0" edition="2021" -private=true +publish=false [[bin]] name="tinywasm-cli" diff --git a/crates/tinywasm/Cargo.toml b/crates/tinywasm/Cargo.toml index c613dac..d58a6e1 100644 --- a/crates/tinywasm/Cargo.toml +++ b/crates/tinywasm/Cargo.toml @@ -11,7 +11,6 @@ path="src/lib.rs" log={version="0.4", optional=true} tinywasm-parser={path="../parser", default-features=false, optional=true} tinywasm-types={path="../types", default-features=false} -wasmparser={version="0.100", package="wasmparser-nostd", default-features=false} [features] default=["std", "parser", "logging"] |
