Skip to content

Commit b58faac

Browse files
committed
Merge branch 'release/v1.1.0'
2 parents e835d54 + d34bedb commit b58faac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "routerify-multipart"
3-
version = "1.0.2"
3+
version = "1.1.0"
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"
@@ -25,7 +25,7 @@ json = ["multer/json"]
2525
[dependencies]
2626
routerify = "1.1"
2727
hyper = "0.13"
28-
multer = "1.1"
28+
multer = "1.2"
2929

3030
[dev-dependencies]
3131
tokio = { version = "0.2", features = ["full"] }

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Add this to your `Cargo.toml` file:
1818
```toml
1919
[dependencies]
2020
routerify = "1.1"
21-
routerify-multipart = "1.0"
21+
routerify-multipart = "1.1"
2222
```
2323

2424
## Example

0 commit comments

Comments
 (0)