From 50aa09711fd37de198fcaea07848ddef95481e37 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Wed, 9 Nov 2022 12:00:25 -0800 Subject: [PATCH] chore: Release fd-lock version 3.0.8 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bd48bc9..1bb238e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fd-lock" -version = "3.0.7" +version = "3.0.8" license = "MIT OR Apache-2.0" repository = "https://github.com/yoshuawuyts/fd-lock" documentation = "https://docs.rs/fd-lock"