From 342b94c76bf8257e14bcf94914a5eea33d5de4e5 Mon Sep 17 00:00:00 2001 From: Sean Bowe Date: Thu, 12 Oct 2017 11:20:57 -0600 Subject: [PATCH] Use "1" for the byteorder crate's version. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bac829e76..6e99add86 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ repository = "https://github.com/ebfull/pairing" [dependencies] rand = "0.3" -byteorder = "1.1.0" +byteorder = "1" clippy = { version = "0.0.165", optional = true } [features]