@@ -28,7 +28,7 @@ members = [
2828]
2929
3030[workspace .package ]
31- version = " 0.1.6 "
31+ version = " 0.1.7 "
3232edition = " 2021"
3333authors = [" RustAPI Contributors" ]
3434license = " MIT OR Apache-2.0"
@@ -84,7 +84,7 @@ uuid = { version = "1.6", features = ["v4"] }
8484prometheus = " 0.13"
8585
8686# OpenAPI
87- utoipa = { version = " 4.2" }
87+ utoipa = { version = " 4.2" , features = [ " uuid " , " chrono " ] }
8888
8989# TOON format
9090toon-format = { version = " 0.4" , default-features = false }
@@ -106,12 +106,12 @@ indicatif = "0.17"
106106console = " 0.15"
107107
108108# Internal crates
109- rustapi-core = { path = " crates/rustapi-core" , version = " 0.1.6 " , default-features = false }
110- rustapi-macros = { path = " crates/rustapi-macros" , version = " 0.1.6 " }
111- rustapi-validate = { path = " crates/rustapi-validate" , version = " 0.1.6 " }
112- rustapi-openapi = { path = " crates/rustapi-openapi" , version = " 0.1.6 " , default-features = false }
113- rustapi-extras = { path = " crates/rustapi-extras" , version = " 0.1.6 " }
114- rustapi-toon = { path = " crates/rustapi-toon" , version = " 0.1.6 " }
115- rustapi-ws = { path = " crates/rustapi-ws" , version = " 0.1.6 " }
116- rustapi-view = { path = " crates/rustapi-view" , version = " 0.1.6 " }
109+ rustapi-core = { path = " crates/rustapi-core" , version = " 0.1.7 " , default-features = false }
110+ rustapi-macros = { path = " crates/rustapi-macros" , version = " 0.1.7 " }
111+ rustapi-validate = { path = " crates/rustapi-validate" , version = " 0.1.7 " }
112+ rustapi-openapi = { path = " crates/rustapi-openapi" , version = " 0.1.7 " , default-features = false }
113+ rustapi-extras = { path = " crates/rustapi-extras" , version = " 0.1.7 " }
114+ rustapi-toon = { path = " crates/rustapi-toon" , version = " 0.1.7 " }
115+ rustapi-ws = { path = " crates/rustapi-ws" , version = " 0.1.7 " }
116+ rustapi-view = { path = " crates/rustapi-view" , version = " 0.1.7 " }
117117
0 commit comments