mirror of
https://gitlab.com/msrd0/gotham-restful.git
synced 2025-02-22 20:52:27 +00:00
bump version to 0.1.0
This commit is contained in:
parent
a0059fd7b9
commit
1369d25c8a
2 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@ members = ["derive", "example"]
|
|||
|
||||
[package]
|
||||
name = "gotham_restful"
|
||||
version = "0.1.0-rc0"
|
||||
version = "0.1.0"
|
||||
authors = ["Dominic Meiser <git@msrd0.de>"]
|
||||
edition = "2018"
|
||||
description = "RESTful additions for the gotham web framework"
|
||||
|
@ -26,7 +26,7 @@ futures-util = "0.3.5"
|
|||
gotham = { version = "0.5.0", default-features = false }
|
||||
gotham_derive = "0.5.0"
|
||||
gotham_middleware_diesel = { version = "0.2.0", optional = true }
|
||||
gotham_restful_derive = { version = "0.1.0-rc0" }
|
||||
gotham_restful_derive = { version = "0.1.0" }
|
||||
indexmap = { version = "1.3.2", optional = true }
|
||||
itertools = "0.9.0"
|
||||
jsonwebtoken = { version = "7.1.0", optional = true }
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
[package]
|
||||
name = "gotham_restful_derive"
|
||||
version = "0.1.0-rc0"
|
||||
version = "0.1.0"
|
||||
authors = ["Dominic Meiser <git@msrd0.de>"]
|
||||
edition = "2018"
|
||||
description = "RESTful additions for the gotham web framework - Derive"
|
||||
|
|
Loading…
Add table
Reference in a new issue