From 7dd3b85c5a4078c6140742b0d0fa470f60e38d38 Mon Sep 17 00:00:00 2001 From: Linfeng Qian <thewawar@gmail.com> Date: Thu, 26 Oct 2023 22:27:37 +0800 Subject: [PATCH] Bump up to 0.6.8 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 25ff559..d84465e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1018,7 +1018,7 @@ dependencies = [ [[package]] name = "simple-http-server" -version = "0.6.7" +version = "0.6.8" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index 0ac1352..ea2db6b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "simple-http-server" -version = "0.6.7" +version = "0.6.8" authors = ["thewawar <thewawar@gmail.com>"] license = "MIT" description = "Simple HTTP server" -- GitLab