bump byteorder version to get transmuting binary float parses (#222)

This commit is contained in:
Alexis Beingessner 2017-11-29 16:58:03 -05:00 committed by Ty Overby
parent 7464ba7272
commit 1ecdeefe3d
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "bincode"
version = "0.9.2"
version = "0.9.3"
authors = ["Ty Overby <ty@pre-alpha.com>", "Francesco Mazzoli <f@mazzo.li>", "David Tolnay <dtolnay@gmail.com>", "Daniel Griffen"]
exclude = ["logo.png", "tests/*", "examples/*", ".gitignore", ".travis.yml", "changelist.org"]
@ -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.0.0"
byteorder = "1.2.0"
serde = "1.0.16"
[dev-dependencies]