From 35136ae9d4792875c26beca5cfc9bbea05accdaf Mon Sep 17 00:00:00 2001 From: Yoshua Wuyts <2467194+yoshuawuyts@users.noreply.github.com> Date: Mon, 23 Jan 2023 17:37:03 +0100 Subject: [PATCH] (cargo-release) version 3.0.9 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1bb238e..ca0808c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fd-lock" -version = "3.0.8" +version = "3.0.9" license = "MIT OR Apache-2.0" repository = "https://github.com/yoshuawuyts/fd-lock" documentation = "https://docs.rs/fd-lock"