Skip to content

Commit

Permalink
Release gotham_formdata 0.0.6 / gotham_formdata_derive 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
msrd0 committed Jul 11, 2022
1 parent e273fc0 commit 568d09e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 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.5"
version = "0.0.6"
authors = ["Dominic Meiser <[email protected]>"]
edition = "2021"
rust-version = "1.57.0"
Expand All @@ -22,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.4", path = "derive/" }
gotham_formdata_derive = { version = "0.0.5", path = "derive/" }
log = "0.4"
mime = "0.3.16"
multer = "2.0"
Expand Down
6 changes: 1 addition & 5 deletions 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.4"
version = "0.0.5"
authors = ["Dominic Meiser <[email protected]>"]
edition = "2018"
description = "Implementation detail of gotham_formdata"
Expand All @@ -13,10 +13,6 @@ include = ["src/**", "Cargo.toml", "LICENSE"]
[lib]
proc-macro = true

[features]
# This crate is only meant to be imported (and re-exported) by gotham_formdata, so default features make no sense.
regex = []

[dependencies]
proc-macro2 = "1.0"
quote = "1.0"
Expand Down

0 comments on commit 568d09e

Please sign in to comment.