Skip to content

1.5.2

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Jul 17:16
· 32 commits to master since this release

version 1.5.2

Changes since 1.5.1:

  • build.rs sets cc::Build::emit_rerun_if_env_changed(false) to
    prevent some unnecessary rebuilds, particularly when the PATH
    changes on Windows. See #324.
  • Serializing a Hash produces a bytestring instead of an array in
    formats that support bytestrings (like CBOR). Deserialization is
    backwards-compatible with the array format.
  • Cleanup and edge case fixes in the C and CMake builds.