From f95cc529fcc8293e236ec92012acfd5684e99b9d Mon Sep 17 00:00:00 2001 From: Eduard-Mihai Burtescu Date: Thu, 20 Apr 2017 09:46:43 +0300 Subject: [PATCH] Update byteorder commit hash in Cargo.lock. --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index e3708fd1bc66..7263e2beeebd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -21,7 +21,7 @@ dependencies = [ [[package]] name = "byteorder" version = "1.0.0" -source = "git+https://github.com/quininer/byteorder.git?branch=i128#ef51df297aa833d0b6639aae328a95597fc07d75" +source = "git+https://github.com/quininer/byteorder.git?branch=i128#9bab6d7783f81da50feb234a120c918d9eabba6e" [[package]] name = "cargo_metadata"