mirror of
https://gitlab.com/msrd0/gotham-restful.git
synced 2025-02-22 12:42:28 +00:00
release gotham_restful_derive 0.2.1
This commit is contained in:
parent
0c5be5d01a
commit
3a5bee3ee0
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ futures-core = "0.3.7"
|
|||
futures-util = "0.3.7"
|
||||
gotham = { version = "0.5.0", default-features = false }
|
||||
gotham_derive = "0.5.0"
|
||||
gotham_restful_derive = "0.2.0"
|
||||
gotham_restful_derive = "0.2.1"
|
||||
log = "0.4.8"
|
||||
mime = "0.3.16"
|
||||
serde = { version = "1.0.110", features = ["derive"] }
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
[package]
|
||||
name = "gotham_restful_derive"
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
authors = ["Dominic Meiser <git@msrd0.de>"]
|
||||
edition = "2018"
|
||||
description = "Derive macros for gotham_restful"
|
||||
|
|
Loading…
Add table
Reference in a new issue