Skip to content

Commit af0e566

Browse files
committed
Don't publish wasm-bindgen-webidl
It's internal nowadays
1 parent a881a83 commit af0e566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ const CRATES_TO_PUBLISH: &[&str] = &[
2525
"wasm-bindgen-test-macro",
2626
"wasm-bindgen-test",
2727
"wasm-bindgen-wasm-interpreter",
28-
"wasm-bindgen-webidl",
2928
"wasm-bindgen-wasm-conventions",
3029
"wasm-bindgen-threads-xform",
3130
"wasm-bindgen-multi-value-xform",
@@ -46,6 +45,7 @@ const CRATES_TO_AVOID_PUBLISH: &[&str] = &[
4645
"sample",
4746
"webidl-tests",
4847
"typescript-tests",
48+
"wasm-bindgen-webidl",
4949
];
5050

5151
struct Crate {

0 commit comments

Comments
 (0)