From 814aa7d2399992d058803b8c7801fefe234a42a2 Mon Sep 17 00:00:00 2001 From: Matt Brubeck Date: Thu, 5 Jan 2017 17:25:40 -0800 Subject: [PATCH] Update to byteorder 1.0 (#91) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bb54fd8..b24d4c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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]