bump byteorder dependency to 0.3.1

byteorder 0.2.9 no longer builds on rustc nightly; bumping this dependency to 0.3.1 fixes this issue
This commit is contained in:
Jeremy Huffman 2015-03-22 12:43:43 -04:00
parent 1355a93a23
commit 6ec2c0e415
1 changed files with 1 additions and 1 deletions

View File

@ -12,4 +12,4 @@ description = "A binary serialization / deserialization strategy and implementat
[dependencies]
rustc-serialize = "0.3.*"
byteorder = "0.2.9"
byteorder = "0.3.1"