mirror of
https://gitlab.com/msrd0/gotham-restful.git
synced 2025-04-20 14:57:01 +00:00
the next release will be 0.1.0, not 0.0.5
This commit is contained in:
parent
d8c4215cc2
commit
022edede62
3 changed files with 10 additions and 10 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
[package]
|
||||
name = "gotham_restful"
|
||||
version = "0.0.5-dev"
|
||||
version = "0.1.0-dev"
|
||||
authors = ["Dominic Meiser <git@msrd0.de>"]
|
||||
edition = "2018"
|
||||
description = "RESTful additions for Gotham"
|
||||
|
@ -23,7 +23,7 @@ futures-util = "0.3.4"
|
|||
gotham = { git = "https://github.com/gotham-rs/gotham", version = "0.5.0-dev", default-features = false }
|
||||
gotham_derive = { git = "https://github.com/gotham-rs/gotham", version = "0.5.0-dev" }
|
||||
gotham_middleware_diesel = { git = "https://github.com/gotham-rs/gotham", version = "0.1.0", optional = true }
|
||||
gotham_restful_derive = { version = "0.0.4-dev" }
|
||||
gotham_restful_derive = { version = "0.1.0-dev" }
|
||||
indexmap = { version = "1.3.2", optional = true }
|
||||
itertools = "0.9.0"
|
||||
jsonwebtoken = { version = "7.1.0", optional = true }
|
||||
|
@ -31,14 +31,14 @@ log = "0.4.8"
|
|||
mime = "0.3.16"
|
||||
openapiv3 = { version = "0.3", optional = true }
|
||||
serde = { version = "1.0.106", features = ["derive"] }
|
||||
serde_json = "1.0.51"
|
||||
thiserror = "1.0.15"
|
||||
uuid = { version = ">= 0.1, < 0.9", optional = true }
|
||||
serde_json = "1.0.52"
|
||||
thiserror = "1.0.16"
|
||||
uuid = { version = "0.8.1", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
diesel = { version = "1.4.4", features = ["postgres"] }
|
||||
futures-executor = "0.3.4"
|
||||
paste = "0.1.10"
|
||||
paste = "0.1.12"
|
||||
|
||||
[features]
|
||||
default = ["errorlog"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue