From 6d7a5f02c135602b273f0f12365f5c2db6c93f00 Mon Sep 17 00:00:00 2001 From: Andrew Poelstra Date: Wed, 22 Aug 2018 22:11:46 +0000 Subject: [PATCH] pin hex to 0.3.2 rather than a git commit --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7d94e60..3e1511c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,8 +36,7 @@ optional = true default-features = false [dependencies.hex] -git = "https://github.com/KokaKiwi/rust-hex" -rev = "19fd37137686c30058bd9d11d21590e726ffdf31" +version = "=0.3.2" [dependencies.secp256k1] version = "0.11"