We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46b5814 commit d34bedbCopy full SHA for d34bedb
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "routerify-multipart"
3
-version = "1.0.2"
+version = "1.1.0"
4
description = "A multipart/form-data parser for Routerify."
5
homepage = "https://github.com/routerify/routerify-multipart"
6
repository = "https://github.com/routerify/routerify-multipart"
README.md
@@ -18,7 +18,7 @@ Add this to your `Cargo.toml` file:
18
```toml
19
[dependencies]
20
routerify = "1.1"
21
-routerify-multipart = "1.0"
+routerify-multipart = "1.1"
22
```
23
24
## Example
0 commit comments