Change Log ========== 0.1.0_ - 2023-08-21 ------------------- * Re-released at `malwaredb-murmurhash3` for use with MalwareDB * Removed dependencies on x86-specific crates and code. Unreleased_ ---------- 0.0.5_ - 2015-07-21 ------------------- * Add ``nightly`` feature flag, support both stable, beta, and nightly 0.0.4_ — 2015-04-04 ---------- * Enable ``HashState`` implementation 0.0.3_ — 2015-03-29 ------------------ * PR1_: Fixes to keep Rust Nightly compatibility, thanks polyfractal_ .. _Unreleased: https://github.com/mhallin/murmurhash3-rs/compare/v0.0.5...HEAD .. _0.0.5: https://github.com/mhallin/murmurhash3-rs/compare/v0.0.4...v0.0.5 .. _0.0.4: https://github.com/mhallin/murmurhash3-rs/compare/v0.0.3...v0.0.4 .. _0.0.3: https://github.com/mhallin/murmurhash3-rs/compare/v0.0.2...v0.0.3 .. _PR1: https://github.com/mhallin/murmurhash3-rs/pull/1 .. _polyfractal: https://github.com/polyfractal