1
0
Fork 0
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:
Dominic 2021-03-09 20:44:22 +01:00
parent 0c5be5d01a
commit 3a5bee3ee0
Signed by: msrd0
GPG key ID: DCC8C247452E98F9
2 changed files with 2 additions and 2 deletions

View file

@ -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"] }

View file

@ -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"