aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJack O'Connor <[email protected]>2020-04-28 11:20:39 -0400
committerJack O'Connor <[email protected]>2020-04-28 11:20:39 -0400
commit0db6fddc86c2d35a125ec8fff22bcc09f61d3c84 (patch)
tree081da552df5d8b1f5e22f8281e863a8fdf6a5d60 /Cargo.toml
parentba468fbb4f7bb8b149eea60d0eab37858d32f23c (diff)
version 0.3.30.3.3
Changes since 0.3.2: - `b3sum` binaries are built in CI and attached to new GitHub tags.
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 74712fb..bb0eb27 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "blake3"
-version = "0.3.2"
+version = "0.3.3"
authors = ["Jack O'Connor <[email protected]>"]
description = "the BLAKE3 hash function"
repository = "https://github.com/BLAKE3-team/BLAKE3"