Skip to content

Commit 2a0ba6b

Browse files
committed
v0.3.0
1 parent eda4b36 commit 2a0ba6b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tophat"
3-
version = "0.2.1"
3+
version = "0.3.0"
44
authors = ["Walther Chen <walther.chen@gmail.com>"]
55
description = "A small, pragmatic, and flexible async http server"
66
keywords = ["http"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A small, pragmatic, and flexible async HTTP server library. Currently in beta.
77

88
Cargo.toml:
99
```
10-
tophat = "0.2.1"
10+
tophat = "0.3.0"
1111
```
1212

1313
The goal is to be low-level and small enough to work with different async runtimes and not dictate user architecture, while having enough convenience functions to still easily build a REST api. More library than framework.

0 commit comments

Comments
 (0)