1
Fork 0

Fix build scripts.

This commit is contained in:
Alex Helfet 2017-12-28 04:10:10 +00:00
parent cf9b032288
commit 8ab6758169
2 changed files with 2 additions and 2 deletions

View file

@ -23,4 +23,4 @@ done
DECODE_TYPE_CRATE_DIR=test_type \ DECODE_TYPE_CRATE_DIR=test_type \
DECODE_TYPE_NAME=framed_test_type::Test \ DECODE_TYPE_NAME=framed_test_type::Test \
bin/decode_typed; bin/decode_typed < /dev/null;

View file

@ -18,4 +18,4 @@ cargo doc -p framed --verbose --no-deps;
DECODE_TYPE_CRATE_DIR=test_type \ DECODE_TYPE_CRATE_DIR=test_type \
DECODE_TYPE_NAME=framed_test_type::Test \ DECODE_TYPE_NAME=framed_test_type::Test \
bin/decode_typed; bin/decode_typed < /dev/null;