1
0
Fork 0
mirror of https://gitlab.com/msrd0/gotham-restful.git synced 2025-05-09 08:00:41 +00:00

release 0.2.0

This commit is contained in:
Dominic 2021-02-27 17:16:04 +01:00
parent 31f92c07cd
commit bb6f5b0fdd
Signed by: msrd0
GPG key ID: DCC8C247452E98F9
4 changed files with 6 additions and 5 deletions

View file

@ -2,7 +2,7 @@
[package]
name = "gotham_restful_derive"
version = "0.2.0-dev"
version = "0.2.0"
authors = ["Dominic Meiser <git@msrd0.de>"]
edition = "2018"
description = "Derive macros for gotham_restful"
@ -18,7 +18,6 @@ proc-macro = true
gitlab = { repository = "msrd0/gotham-restful", branch = "master" }
[dependencies]
heck = "0.3.1"
once_cell = "1.5"
paste = "1.0"
proc-macro2 = "1.0.13"