Skip to content

Commit

Permalink
Merge branch 'release/v3.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
rousan committed Jan 2, 2022
2 parents d68fa45 + 789c4f5 commit f28493d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "routerify-multipart"
version = "2.0.0"
version = "3.0.0"
description = "A multipart/form-data parser for Routerify."
homepage = "https://github.com/routerify/routerify-multipart"
repository = "https://github.com/routerify/routerify-multipart"
Expand All @@ -23,8 +23,8 @@ all = ["json"]
json = ["multer/json"]

[dependencies]
routerify = "2"
hyper = "0.14"
routerify = "3"
hyper = { version = "0.14", default-features = false, features = ["stream"] }
multer = "2"

[dev-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Add this to your `Cargo.toml` file:

```toml
[dependencies]
routerify = "2"
routerify-multipart = "2"
routerify = "3"
routerify-multipart = "3"
```

## Example
Expand Down

0 comments on commit f28493d

Please sign in to comment.