Skip to content

Commit

Permalink
release gotham_formdata 0.0.3 / gotham_formdata_derive 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
msrd0 committed Dec 14, 2020
1 parent b9601c5 commit 8c63dfb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ members = ["derive"]

[package]
name = "gotham_formdata"
version = "0.0.1"
version = "0.0.3"
authors = ["Dominic Meiser <[email protected]>"]
edition = "2018"
description = "Form data parsing for the gotham web framework"
Expand All @@ -26,7 +26,7 @@ either = "1.0"
form_urlencoded = "1.0"
futures-util = "0.3.7"
gotham = { version = "0.5", default-features = false }
gotham_formdata_derive = { version = "0.0.1", path = "derive/" }
gotham_formdata_derive = { version = "0.0.2", path = "derive/" }
log = "0.4"
mime = "0.3"
multer = "1.2"
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.1"
version = "0.0.2"
authors = ["Dominic Meiser <[email protected]>"]
edition = "2018"
description = "Derive macros for gotham_formdata"
Expand Down

0 comments on commit 8c63dfb

Please sign in to comment.