Skip to content

Remove explicit version on azure_core_opentelemetry#4276

Merged
heaths merged 1 commit into
Azure:mainfrom
heaths:fix-otel-pack
Apr 24, 2026
Merged

Remove explicit version on azure_core_opentelemetry#4276
heaths merged 1 commit into
Azure:mainfrom
heaths:fix-otel-pack

Conversation

@heaths
Copy link
Copy Markdown
Member

@heaths heaths commented Apr 24, 2026

Since it was only a dev-dependency, we don't actually need the version and it's causing problems when running:

cargo package --locked --allow-dirty --package azure_storage_blob --package azure_storage_queue --package azure_core --package typespec_client_core

Becuase we're not simulating a publish of it, azure_storage_blob would fail.

Since it was only a dev-dependency, we don't actually need the version and it's causing problems when running:

```sh
cargo package --locked --allow-dirty --package azure_storage_blob --package azure_storage_queue --package azure_core --package typespec_client_core
```

Becuase we're not simulating a publish of it, azure_storage_blob would fail.
Copilot AI review requested due to automatic review settings April 24, 2026 19:20
@heaths heaths requested a review from vincenttran-msft April 24, 2026 19:21
Copy link
Copy Markdown
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 removes the explicit version for the azure_core_opentelemetry workspace dependency to prevent cargo package from failing when packaging publishable crates that only use it as a dev-dependency.

Changes:

  • Remove the pinned version = "0.10.0" from [workspace.dependencies.azure_core_opentelemetry] so it remains path-only.

Copy link
Copy Markdown
Member

@vincenttran-msft vincenttran-msft left a comment

Choose a reason for hiding this comment

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

:shipit:

@heaths heaths merged commit 487dcc5 into Azure:main Apr 24, 2026
22 checks passed
@heaths heaths deleted the fix-otel-pack branch April 24, 2026 19:46
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.

3 participants