From fa9b97a675371fa3db1d6e03966cdbaa507771d3 Mon Sep 17 00:00:00 2001 From: Ryan Zoeller Date: Sat, 25 Nov 2023 21:17:42 -0600 Subject: [PATCH] test --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4458369..820473b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "priority-inheriting-lock" -version = "0.2.3" +version = "0.2.4" edition = "2021" rust-version = "1.65.0" authors = ["Ryan Zoeller "]