Fix order of contrib crates in config script.

This commit is contained in:
Sergio Benitez 2021-06-09 09:58:27 -07:00
parent ecde703bb9
commit 36c1570c61
1 changed files with 1 additions and 1 deletions

View File

@ -88,8 +88,8 @@ ALL_CRATE_ROOTS=(
"${CORE_HTTP_ROOT}"
"${CORE_CODEGEN_ROOT}"
"${CORE_LIB_ROOT}"
"${CONTRIB_ROOT}/sync_db_pools/lib"
"${CONTRIB_ROOT}/sync_db_pools/codegen"
"${CONTRIB_ROOT}/sync_db_pools/lib"
"${CONTRIB_ROOT}/dyn_templates"
)