sea-orm-rocket 0.5.1
This commit is contained in:
parent
5b1f796fa2
commit
8d7aff12ba
@ -23,5 +23,5 @@ migration = { path = "../migration" }
|
|||||||
tokio = "1.20.0"
|
tokio = "1.20.0"
|
||||||
|
|
||||||
[dependencies.sea-orm-rocket]
|
[dependencies.sea-orm-rocket]
|
||||||
path = "../../../sea-orm-rocket/lib" # remove this line in your own project and use the git line
|
path = "../../../sea-orm-rocket/lib" # remove this line in your own project and uncomment the following line
|
||||||
# git = "https://github.com/SeaQL/sea-orm"
|
# version = "0.5.0"
|
||||||
|
@ -25,9 +25,9 @@ serde = "1.0"
|
|||||||
dto = { path = "../dto" }
|
dto = { path = "../dto" }
|
||||||
|
|
||||||
[dependencies.sea-orm-rocket]
|
[dependencies.sea-orm-rocket]
|
||||||
path = "../../../sea-orm-rocket/lib" # remove this line in your own project and use the git line
|
path = "../../../sea-orm-rocket/lib" # remove this line in your own project and use the version line
|
||||||
features = ["rocket_okapi"] #enables rocket_okapi so to have open api features enabled
|
features = ["rocket_okapi"] # enables rocket_okapi so to have open api features enabled
|
||||||
# git = "https://github.com/SeaQL/sea-orm"
|
# version = "0.5.1"
|
||||||
|
|
||||||
[dependencies.rocket_okapi]
|
[dependencies.rocket_okapi]
|
||||||
version = "0.8.0-rc.2"
|
version = "0.8.0-rc.2"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "sea-orm-rocket"
|
name = "sea-orm-rocket"
|
||||||
version = "0.5.0"
|
version = "0.5.1"
|
||||||
authors = ["Sergio Benitez <sb@sergio.bz>", "Jeb Rosen <jeb@jebrosen.com>"]
|
authors = ["Sergio Benitez <sb@sergio.bz>", "Jeb Rosen <jeb@jebrosen.com>"]
|
||||||
description = "SeaORM Rocket support crate"
|
description = "SeaORM Rocket support crate"
|
||||||
repository = "https://github.com/SeaQL/sea-orm"
|
repository = "https://github.com/SeaQL/sea-orm"
|
||||||
@ -20,12 +20,12 @@ default-features = false
|
|||||||
path = "../codegen"
|
path = "../codegen"
|
||||||
version = "0.5.0-rc.1"
|
version = "0.5.0-rc.1"
|
||||||
|
|
||||||
[dev-dependencies.rocket]
|
|
||||||
version = "0.5.0-rc.1"
|
|
||||||
default-features = false
|
|
||||||
features = ["json"]
|
|
||||||
|
|
||||||
[dependencies.rocket_okapi]
|
[dependencies.rocket_okapi]
|
||||||
version = "0.8.0-rc.2"
|
version = "0.8.0-rc.2"
|
||||||
default-features = false
|
default-features = false
|
||||||
optional = true
|
optional = true
|
||||||
|
|
||||||
|
[dev-dependencies.rocket]
|
||||||
|
version = "0.5.0-rc.1"
|
||||||
|
default-features = false
|
||||||
|
features = ["json"]
|
Loading…
x
Reference in New Issue
Block a user