aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJack O'Connor <[email protected]>2024-11-26 18:16:20 -0800
committerJack O'Connor <[email protected]>2024-11-26 18:16:20 -0800
commit81f772a4cd70dc0325047a6a737d2f6f4b92180e (patch)
tree627b465ce6641e7f8dd0b5bdd9c1ada2d23f380a /Cargo.toml
parentc57d6b6ac25a08360f0adf82f7bbe87156a5fec0 (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.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e60b8d0..8b1ff7f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"