aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Warner <warner@lothar.com>2018-05-25 11:56:44 -0700
committerBrian Warner <warner@lothar.com>2018-05-25 11:56:44 -0700
commit6b8be3f04ee580c7962f508c5725865f14ef0951 (patch)
tree104b4c1ab06d8abf59e1fdedb741abd9ca95db2e
parent2e0fbf22e56ee9cb706a131aacee02c28891ec71 (diff)
downloadPAKEs-6b8be3f04ee580c7962f508c5725865f14ef0951.tar.xz
Cargo.toml: remove redundant dev-dep on hex
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7752944..682d65d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -24,7 +24,6 @@ num-bigint = "0.1"
hex = "0.3"
[dev-dependencies]
-hex = "0.3"
bencher = "0.1"
[[bench]]