Updates quantiles to 0.5.0. The major change here is the use of serde 1.0. There are no code changes but any project still using serde < 1.0 will have to make use of quantiles 0.4.
As well, serde is now an optional dependency for the project, reducing build-times and tree complexity for projects not needing to serialize CKMS. Projects needing that will have to enable the "serde_support" feature.
Updates quantiles to 0.5.0. The major change here is the use of serde 1.0. There are no code changes but any project still using serde < 1.0 will have to make use of quantiles 0.4.
As well, serde is now an optional dependency for the project, reducing build-times and tree complexity for projects not needing to serialize CKMS. Projects needing that will have to enable the "serde_support" feature.