From 83c6591b4647e77dcef6c4409bafbf60d1ffc9cc Mon Sep 17 00:00:00 2001 From: Linfeng Qian Date: Thu, 26 Jan 2023 20:55:39 +0800 Subject: [PATCH] Bump up to v0.6.6 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 48c0967..4592a6e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -959,7 +959,7 @@ dependencies = [ [[package]] name = "simple-http-server" -version = "0.6.5" +version = "0.6.6" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index aef3090..42837b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "simple-http-server" -version = "0.6.5" +version = "0.6.6" authors = ["thewawar "] license = "MIT" description = "Simple HTTP server"