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

@ -14,10 +14,10 @@ repository = "https://gitlab.com/msrd0/gotham-restful"
gitlab = { repository = "msrd0/gotham-restful", branch = "master" }
[dependencies]
fake = "2.2"
fake = "2.2.2"
gotham = { version = "0.5.0-rc.1", default-features = false }
gotham_derive = "0.5.0-rc.1"
gotham_restful = { version = "0.1.0-dev", features = ["auth", "openapi"] }
gotham_restful = { version = "0.1.0-rc0", features = ["auth", "openapi"] }
log = "0.4.8"
log4rs = { version = "0.12", features = ["console_appender"], default-features = false }
serde = "1.0.106"
log4rs = { version = "0.12.0", features = ["console_appender"], default-features = false }
serde = "1.0.110"