Move simplejit after the umbrella crate in publish-all.sh.
Simplejit's example program uses the umbrella, so publish it after the umbrella crate to preserve the topological ordering.
This commit is contained in:
@@ -37,8 +37,8 @@ echo git commit -a -m "\"Bump version to $version"\"
|
|||||||
echo git push
|
echo git push
|
||||||
for crate in \
|
for crate in \
|
||||||
entity bforest codegen/meta codegen frontend native \
|
entity bforest codegen/meta codegen frontend native \
|
||||||
reader wasm module simplejit \
|
reader wasm module \
|
||||||
faerie umbrella
|
faerie umbrella simplejit
|
||||||
do
|
do
|
||||||
echo cargo publish --manifest-path "lib/$crate/Cargo.toml"
|
echo cargo publish --manifest-path "lib/$crate/Cargo.toml"
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user