Skip to content

Commit

Permalink
Add another public dep
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Oct 13, 2023
1 parent cec3b12 commit 30bdb8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/publish.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ const NO_VERIFY: &[&str] = &[
const PUBLIC_DEPS: &[(&str, &[&str])] = &[
("wasmparser", &["wasm-encoder"]),
("wit-parser", &["wit-component"]),
("wasm-metadata", &["wit-component"]),
];

#[derive(Clone)]
Expand Down

0 comments on commit 30bdb8b

Please sign in to comment.