add boolean to struct to support what crates is sending
authorNatalie Boehm <nmb56@pitt.edu>
Thu, 28 Sep 2017 19:23:48 +0000 (15:23 -0400)
committerNatalie Boehm <nmb56@pitt.edu>
Thu, 28 Sep 2017 19:23:54 +0000 (15:23 -0400)
commit8150b602ba8a90832d2dbb00545163b3efd064be
treeb7a6b5d0011098346d6a26fa1378b9b56da1f09d
parent321c0cd3837ce8fc86fe0ac1807e4cf66abda3fa
add boolean to struct to support what crates is sending

in case an old version of cargo is being used. the old
version should be able to decode the boolean and ignore
the string.
src/cargo/ops/registry.rs
src/crates-io/lib.rs