From 9819c156a831610cb4f2f4c81bb1bb19b56e870a Mon Sep 17 00:00:00 2001 From: Sam Giles Date: Fri, 8 Sep 2023 17:51:23 +0200 Subject: [PATCH] Bump for release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index efb7a1b..1936aaa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "mktemp files and directories" homepage = "https://docs.rs/mktemp" documentation = "https://docs.rs/mktemp" repository = "https://github.com/samgiles/rs-mktemp" -version = "0.5.0" +version = "0.5.1" authors = ["Sam Giles "] keywords = ["mktemp", "temp", "file", "dir", "directory"] license = "MPL-2.0"