mirror of
https://gitlab.com/msrd0/gotham-restful.git
synced 2025-02-22 20:52:27 +00:00
bump version to 0.0.2
This commit is contained in:
parent
dc4de30a71
commit
2f02472e71
2 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
[package]
|
||||
name = "gotham_restful"
|
||||
version = "0.0.1"
|
||||
version = "0.0.2"
|
||||
authors = ["Dominic Meiser <git@msrd0.de>"]
|
||||
edition = "2018"
|
||||
description = "RESTful additions for Gotham"
|
||||
|
@ -23,7 +23,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.1" }
|
||||
gotham_restful_derive = { version = "0.0.2" }
|
||||
hyper = "0.12.35"
|
||||
indexmap = { version = "1.3.0", optional = true }
|
||||
jsonwebtoken = { version = "6.0.1", optional = true }
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
[package]
|
||||
name = "gotham_restful_derive"
|
||||
version = "0.0.1"
|
||||
version = "0.0.2"
|
||||
authors = ["Dominic Meiser <git@msrd0.de>"]
|
||||
edition = "2018"
|
||||
description = "RESTful additions for Gotham - Derive"
|
||||
|
|
Loading…
Add table
Reference in a new issue