Skip to content

Commit

Permalink
Merge branch 'master' into sqrt-algs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-zw committed Jan 22, 2023
2 parents 5d5cfa9 + 118f832 commit cbaa0b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bench-templates/src/macros/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ macro_rules! bench {
[<$Fr:lower>]::benches,
[<$Fq:lower>]::benches,
[<$FqExt:lower>]::benches,
[<$FqTarget:lower>]::benches
[<$FqTarget:lower>]::benches,
pairing::benches
);
}
};
Expand Down

0 comments on commit cbaa0b7

Please sign in to comment.