Bump byteorder requirement to 1.3.0

1.3.0 is the first version that performs auto detection of i128 support,
which we rely on.
This commit is contained in:
David Tolnay 2019-02-16 11:33:28 -08:00
parent e8533f1bdf
commit 65f87aefd4
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ license = "MIT"
description = "A binary serialization / deserialization strategy that uses Serde for transforming structs into bytes and vice versa!"
[dependencies]
byteorder = "1.2.0"
byteorder = "1.3.0"
serde = "1.0.63"
[dev-dependencies]