From e1066ef446381d97decbc9c9116c316148292cba Mon Sep 17 00:00:00 2001 From: Erin Power Date: Fri, 24 Feb 2023 11:12:19 +0100 Subject: [PATCH] Release 0.8.0 remove_dir_all@0.8.0 Generated by cargo-workspaces --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 78c43d7..9b1c3a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ license = "MIT OR Apache-2.0" name = "remove_dir_all" readme = "README.md" repository = "https://github.com/XAMPPRocky/remove_dir_all.git" -version = "0.8.0-alpha.0" +version = "0.8.0" [features] default = [] @@ -56,4 +56,4 @@ doc-comment = "0.3" env_logger = "0.10.0" tempfile = "3.1" test-log = "0.2" -log = "0.4.11" \ No newline at end of file +log = "0.4.11"