Skip to content

Commit

Permalink
Release openapi_type_derive 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
msrd0 committed Mar 20, 2023
1 parent 7d29efe commit 3543878
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 @@ -24,7 +24,7 @@ uuid = ["uuid08"]

[dependencies]
indexmap = "1.7"
openapi_type_derive = { path = "./derive", version = "0.4.2" }
openapi_type_derive = { path = "./derive", version = "0.4.3" }
openapiv3 = "1.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.4.2"
version = "0.4.3"
authors = ["Dominic Meiser <[email protected]>"]
edition = "2021"
rust-version = "1.58"
Expand Down

0 comments on commit 3543878

Please sign in to comment.