diff --git a/shared/Cargo.toml b/shared/Cargo.toml index 6169fe8fab..5c8b3931ba 100644 --- a/shared/Cargo.toml +++ b/shared/Cargo.toml @@ -52,6 +52,5 @@ crypto = ["libsecp256k1", "blst", "proofs"] proofs = ["filecoin-proofs-api"] secp256k1 = ["libsecp256k1"] blst = ["bls-signatures/blst"] -pairing = ["bls-signatures/pairing"] testing = [] arb = ["arbitrary", "dep:quickcheck", "num-bigint/quickcheck", "cid/arb"]