1
0
Fork 0
mirror of https://gitlab.com/msrd0/gotham-restful.git synced 2025-04-20 23:07:01 +00:00

bump version to 0.1.0-rc0

This commit is contained in:
Dominic 2020-05-20 23:55:19 +02:00
parent 912f030bfd
commit f72b9ac797
Signed by: msrd0
GPG key ID: DCC8C247452E98F9
3 changed files with 18 additions and 19 deletions

View file

@ -2,7 +2,7 @@
[package]
name = "gotham_restful_derive"
version = "0.1.0-dev"
version = "0.1.0-rc0"
authors = ["Dominic Meiser <git@msrd0.de>"]
edition = "2018"
description = "RESTful additions for the gotham web framework - Derive"
@ -18,9 +18,9 @@ gitlab = { repository = "msrd0/gotham-restful", branch = "master" }
[dependencies]
heck = "0.3.1"
proc-macro2 = "1.0.12"
quote = "1.0.4"
syn = "1.0.18"
proc-macro2 = "1.0.13"
quote = "1.0.6"
syn = "1.0.22"
[features]
default = []