Skip to content

build: set version 0.38#341

Closed
davidB wants to merge 1 commit into
mainfrom
db-branch-1
Closed

build: set version 0.38#341
davidB wants to merge 1 commit into
mainfrom
db-branch-1

Conversation

@davidB

@davidB davidB commented May 24, 2026

Copy link
Copy Markdown
Owner

No description provided.

@davidB davidB closed this May 24, 2026
@davidB davidB deleted the db-branch-1 branch May 24, 2026 11:19

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Code Review

This pull request synchronizes the versioning across the workspace by updating all crates and internal dependencies to version 0.38.0. The feedback suggests adopting workspace inheritance for the version field in the individual Cargo.toml files to improve maintainability and ensure consistency across the project.

rust-version.workspace = true
edition.workspace = true
version = "0.33.1"
version = "0.38.0"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

Since you are synchronizing versions across the workspace and have defined the version in the workspace root, you should use workspace inheritance here to simplify future updates and ensure consistency.

Suggested change
version = "0.38.0"
version.workspace = true

categories = ["development-tools::testing"]
edition.workspace = true
version = "0.34.1"
version = "0.38.0"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

Since you are synchronizing versions across the workspace and have defined the version in the workspace root, you should use workspace inheritance here to simplify future updates and ensure consistency.

Suggested change
version = "0.38.0"
version.workspace = true

homepage = "https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk/tree/main/init-tracing-opentelemetry"
edition.workspace = true
version = "0.37.0"
version = "0.38.0"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

Since you are synchronizing versions across the workspace and have defined the version in the workspace root, you should use workspace inheritance here to simplify future updates and ensure consistency.

Suggested change
version = "0.38.0"
version.workspace = true

homepage = "https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk/tree/main/tonic-tracing-opentelemetry"
edition.workspace = true
version = "0.32.2"
version = "0.38.0"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

Since you are synchronizing versions across the workspace and have defined the version in the workspace root, you should use workspace inheritance here to simplify future updates and ensure consistency.

Suggested change
version = "0.38.0"
version.workspace = true

homepage = "https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk/tree/main/tracing-opentelemetry-instrumentation-sdk"
edition.workspace = true
version = "0.32.5"
version = "0.38.0"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

Since you are synchronizing versions across the workspace and have defined the version in the workspace root, you should use workspace inheritance here to simplify future updates and ensure consistency.

Suggested change
version = "0.38.0"
version.workspace = true

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.

1 participant