1
0
Fork 0
mirror of https://gitlab.com/msrd0/gotham-restful.git synced 2025-02-22 20:52:27 +00:00

bump version to 0.0.4 / derive 0.0.3

This commit is contained in:
Dominic 2020-04-15 21:50:38 +02:00
parent c3e2185396
commit 659fd2f7e2
Signed by: msrd0
GPG key ID: DCC8C247452E98F9
3 changed files with 4 additions and 4 deletions

View file

@ -17,7 +17,7 @@ gitlab = { repository = "msrd0/gotham-restful", branch = "master" }
fake = "2.2"
gotham = "0.4"
gotham_derive = "0.4"
gotham_restful = { version = "0.0.3", features = ["auth", "openapi"] }
gotham_restful = { version = "0.0.4", features = ["auth", "openapi"] }
hyper = "0.12"
log = "0.4"
log4rs = { version = "0.8", features = ["console_appender"], default-features = false }

View file

@ -2,7 +2,7 @@
[package]
name = "gotham_restful"
version = "0.0.3"
version = "0.0.4"
authors = ["Dominic Meiser <git@msrd0.de>"]
edition = "2018"
description = "RESTful additions for Gotham"
@ -22,7 +22,7 @@ futures = "0.1.29"
gotham = "0.4"
gotham_derive = "0.4"
gotham_middleware_diesel = { version = "0.1", optional = true }
gotham_restful_derive = { version = "0.0.2" }
gotham_restful_derive = { version = "0.0.3" }
hyper = "0.12.35"
indexmap = { version = "1.3.0", optional = true }
jsonwebtoken = { version = "6.0.1", optional = true }

View file

@ -2,7 +2,7 @@
[package]
name = "gotham_restful_derive"
version = "0.0.2"
version = "0.0.3"
authors = ["Dominic Meiser <git@msrd0.de>"]
edition = "2018"
description = "RESTful additions for Gotham - Derive"