Skip to content

v0.9.0

Choose a tag to compare

@kyren kyren released this 09 Jan 01:33

API incompatible change: Don't panic in reserve and try_reserve in cases where a rehash is needed. Previously would panic, adds the proper bounds on reserve methods to do a rehash (previously bounds were missing, and reserve would result in panics). (Thank you @cuviper)