Skip to content

Commit 3543878

Browse files
committed
Release openapi_type_derive 0.4.3
1 parent 7d29efe commit 3543878

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ uuid = ["uuid08"]
2424

2525
[dependencies]
2626
indexmap = "1.7"
27-
openapi_type_derive = { path = "./derive", version = "0.4.2" }
27+
openapi_type_derive = { path = "./derive", version = "0.4.3" }
2828
openapiv3 = "1.0"
2929
serde_json = "1.0"
3030

derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[package]
44
workspace = ".."
55
name = "openapi_type_derive"
6-
version = "0.4.2"
6+
version = "0.4.3"
77
authors = ["Dominic Meiser <[email protected]>"]
88
edition = "2021"
99
rust-version = "1.58"

0 commit comments

Comments
 (0)