Skip to content

Commit 3e67519

Browse files
committed
Fix topo sort in publish script
1 parent 799cea7 commit 3e67519

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/publish.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ const CRATES_TO_PUBLISH: &[&str] = &[
4141
"cranelift-native",
4242
"cranelift-object",
4343
"cranelift-interpreter",
44+
"wasmtime-internal-component-util",
45+
"wasmtime-environ",
4446
"wasmtime-internal-jit-icache-coherence",
4547
// Wasmtime unwinder, used by both `cranelift-jit` (optionally) and filetests, and by Wasmtime.
4648
"wasmtime-internal-unwinder",
@@ -56,8 +58,6 @@ const CRATES_TO_PUBLISH: &[&str] = &[
5658
"wasmtime-internal-error",
5759
"wasmtime-internal-versioned-export-macros",
5860
"wasmtime-internal-slab",
59-
"wasmtime-internal-component-util",
60-
"wasmtime-environ",
6161
"wasmtime-internal-wit-bindgen",
6262
"wasmtime-internal-component-macro",
6363
"wasmtime-internal-jit-debug",

0 commit comments

Comments
 (0)