Skip to content

Commit

Permalink
Don't publish wasm-bindgen-webidl
Browse files Browse the repository at this point in the history
It's internal nowadays
  • Loading branch information
alexcrichton committed Aug 19, 2021
1 parent a881a83 commit af0e566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ const CRATES_TO_PUBLISH: &[&str] = &[
"wasm-bindgen-test-macro",
"wasm-bindgen-test",
"wasm-bindgen-wasm-interpreter",
"wasm-bindgen-webidl",
"wasm-bindgen-wasm-conventions",
"wasm-bindgen-threads-xform",
"wasm-bindgen-multi-value-xform",
Expand All @@ -46,6 +45,7 @@ const CRATES_TO_AVOID_PUBLISH: &[&str] = &[
"sample",
"webidl-tests",
"typescript-tests",
"wasm-bindgen-webidl",
];

struct Crate {
Expand Down

0 comments on commit af0e566

Please sign in to comment.