Skip to content

Commit

Permalink
Release openapi_type_derive 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
msrd0 committed May 14, 2021
1 parent 9723161 commit 0476f8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ include = ["src/**/*", "LICENSE", "crates-io.md"]

[dependencies]
indexmap = "1.6"
openapi_type_derive = { path = "./derive", version = "0.2.1" }
openapi_type_derive = { path = "./derive", version = "0.2.2" }
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.1"
version = "0.2.2"
authors = ["Dominic Meiser <[email protected]>"]
edition = "2018"
description = "Implementation detail of the openapi_type crate"
Expand Down

0 comments on commit 0476f8d

Please sign in to comment.