Move bforest into a separate crate

This commit is contained in:
Amanieu d'Antras
2018-07-10 23:24:33 +01:00
parent ad184ff9aa
commit ae3a3c368b
12 changed files with 63 additions and 5 deletions

View File

@@ -79,6 +79,7 @@ Building with no\_std
The following crates support \`no\_std\`:
- cranelift-entity
- cranelift-bforest
- cranelift-codegen
- cranelift-frontend
- cranelift-native

View File

@@ -36,7 +36,7 @@ cargo update
echo git commit -a -m "\"Bump version to $version"\"
echo git push
for crate in \
entity codegen/meta codegen frontend native \
entity bforest codegen/meta codegen frontend native \
reader wasm module simplejit \
faerie umbrella
do