Skip to content

Commit

Permalink
Remove okapi support
Browse files Browse the repository at this point in the history
  • Loading branch information
tyt2y3 committed Nov 6, 2023
1 parent 5bb5809 commit c3b7256
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions sea-orm-rocket/lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,15 @@ default-features = false
path = "../codegen"
version = "0.5.1"

[dependencies.rocket_okapi]
version = "0.8.0-rc.3"
default-features = false
optional = true
# [dependencies.rocket_okapi]
# version = "0.8.0-rc.4"
# default-features = false
# optional = true

[dev-dependencies.rocket]
version = "0.5.0-rc.4"
default-features = false
features = ["json"]
features = ["json"]

[features]
rocket_okapi = []

0 comments on commit c3b7256

Please sign in to comment.