mirror of
https://gitlab.com/msrd0/gotham-restful.git
synced 2025-02-23 04:52:28 +00:00
bump version to 0.0.2 attempt 2
This commit is contained in:
parent
2f02472e71
commit
311a7f082b
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
[package]
|
[package]
|
||||||
name = "example"
|
name = "example"
|
||||||
version = "0.0.1"
|
version = "0.0.2"
|
||||||
authors = ["Dominic Meiser <git@msrd0.de>"]
|
authors = ["Dominic Meiser <git@msrd0.de>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "Unlicense"
|
license = "Unlicense"
|
||||||
|
@ -17,7 +17,7 @@ gitlab = { repository = "msrd0/gotham-restful", branch = "master" }
|
||||||
fake = "2.2"
|
fake = "2.2"
|
||||||
gotham = "0.4"
|
gotham = "0.4"
|
||||||
gotham_derive = "0.4"
|
gotham_derive = "0.4"
|
||||||
gotham_restful = { version = "0.0.1", features = ["auth", "openapi"] }
|
gotham_restful = { version = "0.0.2", features = ["auth", "openapi"] }
|
||||||
hyper = "0.12"
|
hyper = "0.12"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
log4rs = { version = "0.8", features = ["console_appender"], default-features = false }
|
log4rs = { version = "0.8", features = ["console_appender"], default-features = false }
|
||||||
|
|
Loading…
Add table
Reference in a new issue