sea-orm-rocket 0.5.1

This commit is contained in:
Chris Tsang 2022-10-16 17:33:59 +08:00
parent 5b1f796fa2
commit 8d7aff12ba
3 changed files with 12 additions and 12 deletions

View File

@ -23,5 +23,5 @@ migration = { path = "../migration" }
tokio = "1.20.0"
[dependencies.sea-orm-rocket]
path = "../../../sea-orm-rocket/lib" # remove this line in your own project and use the git line
# git = "https://github.com/SeaQL/sea-orm"
path = "../../../sea-orm-rocket/lib" # remove this line in your own project and uncomment the following line
# version = "0.5.0"

View File

@ -25,9 +25,9 @@ serde = "1.0"
dto = { path = "../dto" }
[dependencies.sea-orm-rocket]
path = "../../../sea-orm-rocket/lib" # remove this line in your own project and use the git line
features = ["rocket_okapi"] #enables rocket_okapi so to have open api features enabled
# git = "https://github.com/SeaQL/sea-orm"
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
# version = "0.5.1"
[dependencies.rocket_okapi]
version = "0.8.0-rc.2"

View File

@ -1,6 +1,6 @@
[package]
name = "sea-orm-rocket"
version = "0.5.0"
version = "0.5.1"
authors = ["Sergio Benitez <sb@sergio.bz>", "Jeb Rosen <jeb@jebrosen.com>"]
description = "SeaORM Rocket support crate"
repository = "https://github.com/SeaQL/sea-orm"
@ -20,12 +20,12 @@ default-features = false
path = "../codegen"
version = "0.5.0-rc.1"
[dev-dependencies.rocket]
version = "0.5.0-rc.1"
default-features = false
features = ["json"]
[dependencies.rocket_okapi]
version = "0.8.0-rc.2"
default-features = false
optional = true
optional = true
[dev-dependencies.rocket]
version = "0.5.0-rc.1"
default-features = false
features = ["json"]