Skip to content

Commit b7acf42

Browse files
authored
Merge pull request #9 from Tuntii/8-docs-openapi-schema-generation-fails-for-external-types-uuid-datetime
Bump internal crate versions to 0.1.7 and update dependencies
2 parents 6b51717 + 61e675a commit b7acf42

2 files changed

Lines changed: 22 additions & 21 deletions

File tree

Cargo.lock

Lines changed: 12 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ members = [
2828
]
2929

3030
[workspace.package]
31-
version = "0.1.6"
31+
version = "0.1.7"
3232
edition = "2021"
3333
authors = ["RustAPI Contributors"]
3434
license = "MIT OR Apache-2.0"
@@ -84,7 +84,7 @@ uuid = { version = "1.6", features = ["v4"] }
8484
prometheus = "0.13"
8585

8686
# OpenAPI
87-
utoipa = { version = "4.2" }
87+
utoipa = { version = "4.2", features = ["uuid", "chrono"] }
8888

8989
# TOON format
9090
toon-format = { version = "0.4", default-features = false }
@@ -106,12 +106,12 @@ indicatif = "0.17"
106106
console = "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

Comments
 (0)