Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@Tuntii
Copy link
Owner

@Tuntii Tuntii commented Jan 7, 2026

This pull request updates the project dependencies and configuration in Cargo.toml to keep the codebase up to date and improve OpenAPI integration. The most important changes are version bumps for internal crates and enhancements to the OpenAPI tooling.

Dependency and version updates:

  • Updated the project version from 0.1.6 to 0.1.7 in the [workspace.package] section.
  • Bumped all internal crate dependencies (such as rustapi-core, rustapi-macros, rustapi-validate, etc.) from version 0.1.6 to 0.1.7 to ensure consistency across the workspace.

OpenAPI and feature enhancements:

  • Enabled the uuid and chrono features for the utoipa OpenAPI dependency, improving schema support for UUID and date/time types in OpenAPI documentation.

Updated all internal crate versions from 0.1.6 to 0.1.7 in Cargo.toml and Cargo.lock. Also enabled 'uuid' and 'chrono' features for the utoipa dependency.
Copilot AI review requested due to automatic review settings January 7, 2026 10:35
@Tuntii Tuntii linked an issue Jan 7, 2026 that may be closed by this pull request
2 tasks
@Tuntii Tuntii merged commit b7acf42 into main Jan 7, 2026
6 checks passed
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the workspace version from 0.1.6 to 0.1.7 and enhances OpenAPI functionality by enabling additional feature support in the utoipa dependency.

  • Workspace version bumped to 0.1.7 across all internal crates
  • OpenAPI schema generation enhanced with UUID and chrono type support via utoipa features

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
Cargo.toml Updated workspace version to 0.1.7, enabled uuid and chrono features for utoipa, and bumped all internal crate dependency versions to 0.1.7
Cargo.lock Reflected version updates for all 10 internal crates (cargo-rustapi, rustapi-core, rustapi-extras, rustapi-macros, rustapi-openapi, rustapi-rs, rustapi-toon, rustapi-validate, rustapi-view, rustapi-ws, toon-bench) and added uuid dependency to utoipa-gen

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@Tuntii Tuntii deleted the 8-docs-openapi-schema-generation-fails-for-external-types-uuid-datetime branch January 23, 2026 11:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[DOCS] OpenAPI schema generation fails for external types (Uuid, DateTime)

2 participants