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"