From ffcd0f9c198267f4db73cc20b60da67eb819c289 Mon Sep 17 00:00:00 2001 From: Brandon W Maister Date: Fri, 20 Sep 2019 11:01:11 -0400 Subject: [PATCH] put bincode back to the version used for testing --- Cargo.toml | 2 +- ci/travis.sh | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3e2e229bb2..6fbb591721 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ js-sys = { version = "0.3", optional = true } # contains FFI bindings for the JS [dev-dependencies] serde_json = { version = "1", default-features = false } serde_derive = { version = "1", default-features = false } -bincode = { version = "1.1.0" } +bincode = { version = "0.8.0" } num-iter = { version = "0.1.35", default-features = false } doc-comment = "0.3" diff --git a/ci/travis.sh b/ci/travis.sh index c757b711ec..5971c41280 100755 --- a/ci/travis.sh +++ b/ci/travis.sh @@ -15,7 +15,7 @@ main() { build_only else banner "Building/testing $CHANNEL" - #build_and_test + build_and_test banner "Testing Core $CHANNEL" build_core_test fi @@ -51,7 +51,7 @@ channel_run() { if channel_matches ; then pwd local the_cmd="$ $*" - echo "$the_cmd" + underline "$the_cmd" "$@" else pwd @@ -60,7 +60,6 @@ channel_run() { if [[ $cmd == cargo || $cmd == rustc ]] ; then underline "$ $cmd +${CHANNEL} $*" "$cmd" "+${CHANNEL}" "$@" - else underline "$ $cmd $*" "$cmd" "$@"