Skip to content

Commit

Permalink
release openapi_type 0.2.1 and openapi_type_derive 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
msrd0 committed May 16, 2021
1 parent 6cb1c8c commit 4f59d40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ members = [".", "./derive"]

[package]
name = "openapi_type"
version = "0.2.0"
version = "0.2.1"
authors = ["Dominic Meiser <[email protected]>"]
edition = "2018"
description = "OpenAPI type information for Rust structs and enums"
Expand All @@ -17,7 +17,7 @@ include = ["src/**/*", "LICENSE", "crates-io.md"]

[dependencies]
indexmap = "1.6"
openapi_type_derive = { path = "./derive", version = "0.2.2" }
openapi_type_derive = { path = "./derive", version = "0.2.3" }
openapiv3 = "=0.4.0"
serde_json = "1.0"

Expand Down
2 changes: 1 addition & 1 deletion derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[package]
workspace = ".."
name = "openapi_type_derive"
version = "0.2.2"
version = "0.2.3"
authors = ["Dominic Meiser <[email protected]>"]
edition = "2018"
description = "Implementation detail of the openapi_type crate"
Expand Down

0 comments on commit 4f59d40

Please sign in to comment.