blob: 5678f0366b1148dfca6bf18c161b56e309e84624 (
plain)
1
2
3
4
|
BREAKING: `ConfigBuilder::max()` and `ConfigBuilder::low_water()` (which are effectively part of the
public "arti-client" API) now take a `impl Into<ExplicitOrAuto<usize>>` instead of a
`usize`. This should generally be backwards compatible, but may cause type inference
errors.
|