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:
parent
912f030bfd
commit
f72b9ac797
3 changed files with 18 additions and 19 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue