All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Rust's notion of Semantic Versioning.
- Bumped dependencies to
group 0.13
.
- MSRV bumped to
1.56.0
- Bumped dependencies to
group 0.12
. - Removed unused dev dependencies.
Debug + Send + Sync
bounds onpairing::Engine
.- Various bounds on
pairing::MillerLoopResult
:Copy + Default + Debug
Send + Sync
Add<Output = Self> + AddAssign
for<'a> Add<&'a Self, Output = Self>
for<'a> AddAssign<&'a Self>
pairing::group
, which re-exports thegroup
crate to make version-matching easier.ff
is transitively re-exported aspairing::group::ff
.
- Bumped
group
to 0.10. - MSRV is now 1.51.0.
- Bumped dependencies to
ff 0.9
andgroup 0.9
. - MSRV is now 1.47.0.
no-std
support.
- Bumped dependencies to
ff 0.8
andgroup 0.8
. - MSRV is now 1.44.0.
- Obsolete feature flags
expose-arith
andunstable-features
.