Skip to content

Commit

Permalink
Topologically sort package ordering in publish-all.sh.
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfishcode committed Aug 21, 2019
1 parent 2c4118a commit b2b2612
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions publish-all.sh
Expand Up @@ -38,18 +38,18 @@ echo git tag v$version
echo git push
echo git push origin v$version
for crate in \
wasmtime \
wasmtime-wasi \
wasmtime-wasi-c \
wasmtime-wast \
wasmtime-debug \
wasmtime-environ \
wasmtime-debug \
wasmtime-runtime \
wasmtime-jit \
wasmtime-wast \
wasmtime-wasi \
wasmtime-wasi-c \
wasmtime-interface-types \
wasmtime-obj \
wasmtime-py \
wasmtime-rust
wasmtime-rust \
wasmtime
do
echo cargo publish --manifest-path "$crate/Cargo.toml"

Expand Down

0 comments on commit b2b2612

Please sign in to comment.