From 6ec2c0e415313b47e5c53fe07d69ad4b461eee1b Mon Sep 17 00:00:00 2001 From: Jeremy Huffman Date: Sun, 22 Mar 2015 12:43:43 -0400 Subject: [PATCH] bump byteorder dependency to 0.3.1 byteorder 0.2.9 no longer builds on rustc nightly; bumping this dependency to 0.3.1 fixes this issue --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9b494d6..9869a4d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"