Skip to content

Commit

Permalink
put bincode back to the version used for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
quodlibetor committed Sep 20, 2019
1 parent a09f9ba commit 2b3ec4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -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"

Expand Down
3 changes: 1 addition & 2 deletions ci/travis.sh
Expand Up @@ -51,7 +51,7 @@ channel_run() {
if channel_matches ; then
pwd
local the_cmd="$ $*"
echo "$the_cmd"
underline "$the_cmd"
"$@"
else
pwd
Expand All @@ -60,7 +60,6 @@ channel_run() {
if [[ $cmd == cargo || $cmd == rustc ]] ; then
underline "$ $cmd +${CHANNEL} $*"
"$cmd" "+${CHANNEL}" "$@"

else
underline "$ $cmd $*"
"$cmd" "$@"
Expand Down

0 comments on commit 2b3ec4a

Please sign in to comment.