Skip to content

Commit

Permalink
v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GREsau committed Dec 27, 2019
1 parent ea2ae0c commit 342056a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.3.0"
version = "0.3.1"
authors = ["Graham Esau <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 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.3.0"
version = "0.3.1"
authors = ["Graham Esau <[email protected]>"]
edition = "2018"
license = "MIT"
Expand All @@ -11,7 +11,7 @@ keywords = ["rust", "openapi", "swagger", "rocket"]
[dependencies]
schemars = "0.6.1"
okapi = { version = "0.3.0", path = "../okapi" }
rocket_okapi_codegen = { version = "=0.3.0", path = "../rocket-okapi-codegen" }
rocket_okapi_codegen = { version = "=0.3.1", path = "../rocket-okapi-codegen" }
rocket = { version = "0.4.2", default-features = false }
serde = "1.0"
serde_json = "1.0"
Expand Down

0 comments on commit 342056a

Please sign in to comment.