aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJack O'Connor <[email protected]>2020-07-29 19:17:44 -0400
committerJack O'Connor <[email protected]>2020-07-29 19:21:23 -0400
commit63d27d4d1ee18b808f5d879c5839b21266a491d3 (patch)
treef4151f120c31726b17a6a445edb5a5eae754dc53 /Cargo.toml
parentb01784a05700204789f4e2ab7bfc8f0dd8b0f35b (diff)
version 0.3.60.3.6
Changes since 0.3.5: - Fix a build break in the assembly files under older versions of GCC.
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 ac98f62..72592da 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "blake3"
-version = "0.3.5"
+version = "0.3.6"
authors = ["Jack O'Connor <[email protected]>"]
description = "the BLAKE3 hash function"
repository = "https://github.com/BLAKE3-team/BLAKE3"