Merge pull request #24 from jeremyjh/patch-1

bump byteorder dependency to 0.3.1
This commit is contained in:
Ty 2015-03-22 13:35:21 -07:00
commit ff484bd667
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"