From f769a9c9eee8751e26bc27236a20bbeb50038c93 Mon Sep 17 00:00:00 2001 From: William Date: Sat, 27 Jan 2024 19:14:06 +0000 Subject: [PATCH] Bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index daba4a5..11c6a7e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -63,7 +63,7 @@ checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf" [[package]] name = "blackhole" -version = "5.0.1" +version = "5.0.2" dependencies = [ "build_cfg", "cc", diff --git a/Cargo.toml b/Cargo.toml index a21cd84..6d33b8a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blackhole" -version = "5.0.1" +version = "5.0.2" authors = ["William Venner "] edition = "2021" repository = "https://github.com/WilliamVenner/blackhole"