Skip to content

Commit 75a750f

Browse files
committed
Bump version
1 parent adc810a commit 75a750f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "routerify-multipart"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
description = "A multipart/form-data parser for Routerify."
55
homepage = "https://github.com/routerify/routerify-multipart"
66
repository = "https://github.com/routerify/routerify-multipart"

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
A `multipart/form-data` parser for [`Routerify`](https://github.com/routerify/routerify).
99

10+
It's using [multer](https://github.com/rousan/multer-rs) to parse the `multipart/form-data` content.
11+
1012
[Docs](https://docs.rs/routerify-multipart)
1113

1214
## Install

0 commit comments

Comments
 (0)