From 4b0eef9e334ccbd73a15ba90be0510b2eec88dcf Mon Sep 17 00:00:00 2001 From: Qian Linfeng Date: Mon, 4 Mar 2024 13:23:33 +0800 Subject: [PATCH] Bump up to 0.6.9 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 72e8701..1c17940 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1016,7 +1016,7 @@ dependencies = [ [[package]] name = "simple-http-server" -version = "0.6.8" +version = "0.6.9" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index dd13f3e..e1a684d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "simple-http-server" -version = "0.6.8" +version = "0.6.9" authors = ["thewawar "] license = "MIT" description = "Simple HTTP server"