diff options
| author | Jack O'Connor <[email protected]> | 2023-06-08 12:24:05 -0700 |
|---|---|---|
| committer | Jack O'Connor <[email protected]> | 2023-06-08 13:06:32 -0700 |
| commit | 65733a753b91f560293b6f9689e1dc55c2c923b9 (patch) | |
| tree | 3466793aa5d310fd063c4a939e60e0f3a004aeae /Cargo.toml | |
| parent | 0c7add10c6a849611f43563a52b87bbcd66edac1 (diff) | |
version 1.4.01.4.0
Changes since 1.3.3:
- The C implementation provides a `CMakeLists.txt` for callers who build
with CMake. The CMake build is not yet stable, and callers should
expect breaking changes in patch version updates. The "by hand" build
will always continue to be supported and documented.
- `b3sum` supports the `--seek` flag, to set the starting position in
the output stream.
- `b3sum --check` prints a summary of errors to stderr.
- `Hash::as_bytes` is const.
- `Hash` supports `from_bytes`, which is const.
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.3.3" +version = "1.4.0" authors = ["Jack O'Connor <[email protected]>", "Samuel Neves"] description = "the BLAKE3 hash function" repository = "https://github.com/BLAKE3-team/BLAKE3" |
