Topologically sort package ordering in publish-all.sh.

This commit is contained in:
Dan Gohman
2019-08-20 17:55:13 -07:00
parent 2c4118a694
commit b2b2612305

View File

@@ -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"