Skip to content

Commit

Permalink
Update rocket_okapi to 0.8.0.rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
sthiele committed Oct 20, 2023
1 parent 6a4f8fa commit 15094e0
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,13 @@ clingo = "=0.8.0"
clingo-dl-plugin = { git = "https://github.com/potassco/clingo-dl-theory-rs", branch = "master" }
clingcon-plugin = { git = "https://github.com/potassco/clingcon-theory-rs", branch = "master" }

# rocket_okapi = { version = "0.8.0-rc.1", features = ["swagger"]}
rocket_okapi = { git = "https://github.com/GREsau/okapi.git", branch = "master" ,features = ["swagger"]}

schemars = "0.8"

rocket = { version = "0.5.0-rc.2", default-features = false, features = ["json"] }
parking_lot = "0.12"
thiserror = "1.0"
libloading = "0.8"
serde = "1.0"
serde_json = "1.0"
serde_derive = "1.0"

rocket_okapi = { version = "0.8.0-rc.2", features = ["swagger"]}
schemars = "0.8"

0 comments on commit 15094e0

Please sign in to comment.