1
0
Fork 0
mirror of https://gitlab.com/msrd0/gotham-restful.git synced 2025-06-07 14:20:42 +00:00

the next release will be 0.1.0, not 0.0.5

This commit is contained in:
Dominic 2020-05-04 23:52:09 +02:00
parent d8c4215cc2
commit 022edede62
Signed by: msrd0
GPG key ID: DCC8C247452E98F9
3 changed files with 10 additions and 10 deletions

View file

@ -2,7 +2,7 @@
[package]
name = "gotham_restful_derive"
version = "0.0.4-dev"
version = "0.1.0-dev"
authors = ["Dominic Meiser <git@msrd0.de>"]
edition = "2018"
description = "RESTful additions for Gotham - Derive"
@ -19,8 +19,8 @@ gitlab = { repository = "msrd0/gotham-restful", branch = "master" }
[dependencies]
heck = "0.3.1"
lazy_static = "1.4.0"
proc-macro2 = "1.0.10"
quote = "1.0.3"
proc-macro2 = "1.0.12"
quote = "1.0.4"
regex = "1.3.7"
syn = "1.0.18"