diff options
| author | Jack O'Connor <[email protected]> | 2024-11-26 18:16:20 -0800 |
|---|---|---|
| committer | Jack O'Connor <[email protected]> | 2024-11-26 18:16:20 -0800 |
| commit | 81f772a4cd70dc0325047a6a737d2f6f4b92180e (patch) | |
| tree | 627b465ce6641e7f8dd0b5bdd9c1ada2d23f380a /Cargo.toml | |
| parent | c57d6b6ac25a08360f0adf82f7bbe87156a5fec0 (diff) | |
version 1.5.51.5.5
Changes since 1.5.4:
- `b3sum --check` now supports checkfiles with Windows-style newlines.
`b3sum` still emits Unix-style newlines, even on Windows, but
sometimes text editors or version control tools will swap them.
- The "digest" feature (deleted in v1.5.2) has been added back to the
`blake3` crate. This is for backwards compatibility only, and it's
insta-deprecated. All callers should prefer the "traits-preview"
feature.
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.4" +version = "1.5.5" authors = ["Jack O'Connor <[email protected]>", "Samuel Neves"] description = "the BLAKE3 hash function" repository = "https://github.com/BLAKE3-team/BLAKE3" |
