diff options
| author | Jack O'Connor <[email protected]> | 2024-07-12 09:50:13 -0700 |
|---|---|---|
| committer | Jack O'Connor <[email protected]> | 2024-07-12 09:50:13 -0700 |
| commit | 27cbd6bdd5a8e9c3cf7f3e8f682056d297a8ba36 (patch) | |
| tree | d425a4cc2a3336faab4864c33d3d580e7fc7ec42 /Cargo.toml | |
| parent | 0c456b7f49a133462f9fe7094be0b43a70cd3fc4 (diff) | |
version 1.5.21.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.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [package] name = "blake3" -version = "1.5.1" +version = "1.5.2" authors = ["Jack O'Connor <[email protected]>", "Samuel Neves"] description = "the BLAKE3 hash function" repository = "https://github.com/BLAKE3-team/BLAKE3" |
