Update to byteorder 1.0 (#91)

This commit is contained in:
Matt Brubeck 2017-01-05 17:25:40 -08:00 committed by Ty Overby
parent 3d4346808f
commit 814aa7d239
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ license = "MIT"
description = "A binary serialization / deserialization strategy and implementation with serde and rustc-serialize backends."
[dependencies]
byteorder = "0.5.*"
byteorder = "1.0.0"
num-traits = "0.1.32"
[dependencies.rustc-serialize]