Update to rustc-serialize 0.3.24, for nightly-2018-01-04 compatibility

Allows upgrading from nightly-2017-10-12 to nightly-2018-01-04 which is
aligned with Rust version 1.23.0 https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1230-2018-01-04
See https://github.com/iceiix/steven/issues/3#issuecomment-425688203
This commit is contained in:
ice_iix 2018-09-29 23:18:05 -07:00
parent 6eaf1688f4
commit cb1d282381
2 changed files with 434 additions and 212 deletions

644
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -20,7 +20,7 @@ flate2 = "0.2.13"
zip = "0.1.16"
image = "0.7.0"
rand = "0.3.14"
rustc-serialize = "0.3.18"
rustc-serialize = "0.3.24"
log = "0.3.5"
cgmath = "0.7.0"
lazy_static = "0.1.15"