Skip to content

Commit 6d20749

Browse files
committed
public 0.3.0
新增静态文件功能
1 parent 6de38b3 commit 6d20749

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Silent 是一个简单的基于Hyper的Web框架,它的目标是提供一个
88

99
- [x] 路由
1010
- [ ] 中间件
11-
- [ ] 静态文件
11+
- [x] 静态文件
1212
- [ ] 模板
1313
- [ ] 数据库
1414
- [x] 日志 (使用了tracing)

silent/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ keywords = ["web", "web-framework"]
1212
license = "Apache-2.0"
1313
readme = "../readme.md"
1414
repository = "https://github.com/hubertshelley/silent"
15-
version = "0.2.1"
15+
version = "0.3.0"
1616
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1717

1818
[dependencies]

0 commit comments

Comments
 (0)