From c74129ea1b2e40f48d31bb4904b8aa4b52bf0300 Mon Sep 17 00:00:00 2001 From: Yuri Astrakhan Date: Tue, 23 Jul 2024 13:21:00 -0400 Subject: [PATCH] bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 65f0d2d..a23f9a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sqlite-hashes" -version = "0.7.4" # This value is also used in the README.md +version = "0.7.5" # This value is also used in the README.md description = "Hashing functions for SQLite with aggregation support: MD5, SHA1, SHA256, SHA512, FNV-1a, xxHash" authors = ["Yuri Astrakhan "] repository = "https://github.com/nyurik/sqlite-hashes"