Skip to content

Commit

Permalink
release gotham_restful_derive 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
msrd0 committed May 22, 2021
1 parent 45ccf8c commit 8120c1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ futures-core = "0.3.15"
futures-util = "0.3.15"
gotham = { version = "0.6.0", default-features = false }
gotham_derive = "0.6.0"
gotham_restful_derive = { version = "0.4.0", path = "./derive" }
gotham_restful_derive = { version = "0.4.1", path = "./derive" }
log = "0.4.8"
mime = "0.3.16"
serde = { version = "1.0", features = ["derive"] }
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_restful_derive"
version = "0.4.0"
version = "0.4.1"
authors = ["Dominic Meiser <[email protected]>"]
edition = "2018"
description = "Derive macros for gotham_restful"
Expand Down

0 comments on commit 8120c1a

Please sign in to comment.