aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJack O'Connor <[email protected]>2022-11-20 15:24:27 -0800
committerJack O'Connor <[email protected]>2022-11-20 15:29:45 -0800
commit537e96747a7a7962a49fc68c3cc349c90646ac2f (patch)
tree1216e4d6fe0c42793f2afa616035c3027346ad11 /Cargo.toml
parentafa717caf5bd6cbb90f5395e2642ffa679cac5be (diff)
version 1.3.2:1.3.2
Changes since 1.3.1: - Dependency updates only. This includes updating Clap to v4, which changes the format of the `b3sum --help` output. The new MSRV is 1.59.0 for `blake3` and 1.60.0 for `b3sum`. Note that this project doesn't have any particular MSRV policy, and we don't consider MSRV bumps to be breaking changes.
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 c8212e7..e38ee5b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "blake3"
-version = "1.3.1"
+version = "1.3.2"
authors = ["Jack O'Connor <[email protected]>", "Samuel Neves"]
description = "the BLAKE3 hash function"
repository = "https://github.com/BLAKE3-team/BLAKE3"