From 0a3dd7157c53f260c8e190321aba7d771b25be87 Mon Sep 17 00:00:00 2001 From: Alex Vlasov Date: Sat, 8 Dec 2018 05:41:21 +0800 Subject: [PATCH] fix case --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 13b9e7b..0022373 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ futures = "0.1" futures-cpupool = "0.1" num_cpus = "1" crossbeam = "0.3" -Pairing = { git = 'https://github.com/matterinc/pairing' } +pairing = { git = 'https://github.com/matterinc/pairing' } byteorder = "1" ff = { version = "0.4", features = ["derive"] } pbr = "1.0.1"