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

releasing is hard, try 0.0.3

This commit is contained in:
Dominic 2020-02-24 20:05:35 +01:00
parent a57176529c
commit 4c50ea0959
Signed by: msrd0
GPG key ID: DCC8C247452E98F9
2 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
[package]
name = "example"
version = "0.0.2"
version = "0.0.1"
authors = ["Dominic Meiser <git@msrd0.de>"]
edition = "2018"
license = "Unlicense"
@ -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.2", features = ["auth", "openapi"] }
gotham_restful = { version = "0.0.3", 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.2"
version = "0.0.3"
authors = ["Dominic Meiser <git@msrd0.de>"]
edition = "2018"
description = "RESTful additions for Gotham"