Reexport pairing.

Since we are reexporting some of the pairing types, we should also
export pairing itself, to make all the matching traits available and
avoid version conflicts.
This commit is contained in:
Andreas Fackler 2018-10-08 13:07:40 +02:00 committed by Andreas Fackler
parent 0efdad4d69
commit 191cf0b741
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ extern crate lazy_static;
#[macro_use]
extern crate log;
extern crate memsec;
extern crate pairing;
pub extern crate pairing;
extern crate rand;
#[macro_use]
extern crate rand_derive;