Skip to content

Commit

Permalink
Release gotham_formdata 0.0.5 / gotham_formdata_derive 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
msrd0 committed Nov 13, 2021
1 parent e739ace commit 98a9183
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ members = ["derive"]

[package]
name = "gotham_formdata"
version = "0.0.4"
version = "0.0.5"
authors = ["Dominic Meiser <[email protected]>"]
edition = "2018"
rust-version = "1.51.0"
description = "Form data parsing for the gotham web framework"
keywords = ["gotham", "html", "form", "urlencoded", "multipart"]
categories = ["web-programming", "web-programming::http-server"]
Expand All @@ -21,7 +22,7 @@ bytes = "1.0"
form_urlencoded = "1.0"
futures-util = "0.3.15"
gotham = { version = "0.7", default-features = false }
gotham_formdata_derive = { version = "0.0.3", path = "derive/" }
gotham_formdata_derive = { version = "0.0.4", path = "derive/" }
log = "0.4"
mime = "0.3.16"
multer = "2.0"
Expand Down
2 changes: 1 addition & 1 deletion derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "gotham_formdata_derive"
version = "0.0.3"
version = "0.0.4"
authors = ["Dominic Meiser <[email protected]>"]
edition = "2018"
description = "Implementation detail of gotham_formdata"
Expand Down

0 comments on commit 98a9183

Please sign in to comment.