0.1.8-beta fix content-type error

This commit is contained in:
2021-08-14 22:08:26 +08:00
parent b04ddc4585
commit 221be83bc5
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ authors = ["Tim_Paik <timpaikc@outlook.com>"]
description = "simple http server written in rust"
edition = "2018"
name = "web"
version = "0.1.7-beta"
version = "0.1.8-beta"
[dependencies]
chrono = "0.4"