From 9fad892cc4c525981edf9c9ce4de8290ee8842f8 Mon Sep 17 00:00:00 2001 From: Linfeng Qian Date: Mon, 4 Nov 2024 21:24:30 +0800 Subject: [PATCH] Bump up to 0.6.10 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1c17940..c74ecc5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1016,7 +1016,7 @@ dependencies = [ [[package]] name = "simple-http-server" -version = "0.6.9" +version = "0.6.10" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index e1a684d..46686f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "simple-http-server" -version = "0.6.9" +version = "0.6.10" authors = ["thewawar "] license = "MIT" description = "Simple HTTP server"