From 6d20749fc4fcdd47cb4feff6b8fc7daf586b0eb6 Mon Sep 17 00:00:00 2001 From: hubertshelley Date: Sat, 6 May 2023 18:46:50 +0800 Subject: [PATCH] =?UTF-8?q?public=200.3.0=20=E6=96=B0=E5=A2=9E=E9=9D=99?= =?UTF-8?q?=E6=80=81=E6=96=87=E4=BB=B6=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 2 +- silent/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 49db905..26be2ca 100644 --- a/readme.md +++ b/readme.md @@ -8,7 +8,7 @@ Silent 是一个简单的基于Hyper的Web框架,它的目标是提供一个 - [x] 路由 - [ ] 中间件 -- [ ] 静态文件 +- [x] 静态文件 - [ ] 模板 - [ ] 数据库 - [x] 日志 (使用了tracing) diff --git a/silent/Cargo.toml b/silent/Cargo.toml index 3720622..55ad9b3 100644 --- a/silent/Cargo.toml +++ b/silent/Cargo.toml @@ -12,7 +12,7 @@ keywords = ["web", "web-framework"] license = "Apache-2.0" readme = "../readme.md" repository = "https://github.com/hubertshelley/silent" -version = "0.2.1" +version = "0.3.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]