Skip to content

Commit

Permalink
okapi 0.6.0-alpha-1 and rocket-okapi 0.7.0-alpha-1
Browse files Browse the repository at this point in the history
  • Loading branch information
GREsau committed Jun 12, 2021
1 parent 1134617 commit 4080d57
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions examples/json-web-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ edition = "2018"
[dependencies]
rocket = { version = "0.5.0-rc.1", default-features = false, features = ["json"] }
schemars = { version = "0.8", features = ["preserve_order"] }
okapi = { version = "0.5.0-alpha-1", path = "../../okapi" }
rocket_okapi = { version = "0.6.0-alpha-1", path = "../../rocket-okapi" }
okapi = { version = "0.6.0-alpha-1", path = "../../okapi" }
rocket_okapi = { version = "0.7.0-alpha-1", path = "../../rocket-okapi" }
serde = "1.0"
2 changes: 1 addition & 1 deletion okapi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "okapi"
description = "Structs for OpenAPI (AKA Swagger) documents"
repository = "https://github.com/GREsau/okapi"
version = "0.5.0-alpha-1"
version = "0.6.0-alpha-1"
authors = ["Graham Esau <gesau@hotmail.co.uk>"]
edition = "2018"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion rocket-okapi-codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "rocket_okapi_codegen"
description = "Macros supporting rocket_okapi"
repository = "https://github.com/GREsau/okapi"
version = "0.6.0-alpha-1"
version = "0.7.0-alpha-1"
authors = ["Graham Esau <gesau@hotmail.co.uk>"]
edition = "2018"
license = "MIT"
Expand Down
6 changes: 3 additions & 3 deletions rocket-okapi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "rocket_okapi"
description = "OpenAPI (AKA Swagger) document generation for Rocket applications"
repository = "https://github.com/GREsau/okapi"
version = "0.6.0-alpha-1"
version = "0.7.0-alpha-1"
authors = ["Graham Esau <gesau@hotmail.co.uk>"]
edition = "2018"
license = "MIT"
Expand All @@ -11,7 +11,7 @@ keywords = ["rust", "openapi", "swagger", "rocket"]
[dependencies]
rocket = { version = "0.5.0-rc.1", default-features = false, features = ["json"] }
schemars = { version = "0.8" }
okapi = { version = "0.5.0-alpha-1", path = "../okapi" }
rocket_okapi_codegen = { version = "=0.6.0-alpha-1", path = "../rocket-okapi-codegen" }
okapi = { version = "0.6.0-alpha-1", path = "../okapi" }
rocket_okapi_codegen = { version = "=0.7.0-alpha-1", path = "../rocket-okapi-codegen" }
serde = "1.0"
serde_json = "1.0"

0 comments on commit 4080d57

Please sign in to comment.