Browse Source

adapter and byte-array-literals are publish = false

pull/6374/head
Pat Hickey 2 years ago
parent
commit
1b5f41659d
  1. 1
      crates/wasi-preview1-component-adapter/Cargo.toml
  2. 1
      crates/wasi-preview1-component-adapter/byte-array-literals/Cargo.toml

1
crates/wasi-preview1-component-adapter/Cargo.toml

@ -3,6 +3,7 @@ name = "wasi-preview1-component-adapter"
version.workspace = true
authors.workspace = true
edition.workspace = true
publish = false
[dependencies]
wasi = { version = "0.11.0", default-features = false }

1
crates/wasi-preview1-component-adapter/byte-array-literals/Cargo.toml

@ -3,6 +3,7 @@ name = "byte-array-literals"
version.workspace = true
authors.workspace = true
edition.workspace = true
publish = false
[lib]
proc-macro = true

Loading…
Cancel
Save