Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hwchen committed May 27, 2020
1 parent 8010a93 commit f786445
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tophat"
version = "0.2.0"
version = "0.2.1"
authors = ["Walther Chen <walther.chen@gmail.com>"]
description = "A small, pragmatic, and flexible async http server"
keywords = ["http"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A small, pragmatic, and flexible async HTTP server library. Currently in beta.

Cargo.toml:
```
tophat = "0.2.0"
tophat = "0.2.1"
```

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.
Expand Down

0 comments on commit f786445

Please sign in to comment.