From d9183a8a26efdabf00c7a5b642f0067b5ddd4127 Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Thu, 26 Nov 2015 17:21:30 +0100 Subject: [PATCH] Update byteorder crate --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 268f6b0..ef4d6d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ description = "A binary serialization / deserialization strategy and implementat [dependencies] rustc-serialize = "0.3.*" -byteorder = "0.3.*" +byteorder = "0.4.*" num = "*" serde = "*"