Commit 9cfe5fd
fix: Use path+version dependencies for publishing to crates.io
Replace workspace dependencies with path+version format in opentelemetry-proto
and opentelemetry-otlp Cargo.toml files. This allows cargo publish to work by:
- Maintaining local path dependencies for development
- Providing explicit version numbers required by crates.io
- Ensuring publish dry-run succeeds for opentelemetry-proto
Note: opentelemetry-otlp publishing depends on opentelemetry-proto v0.30.1
being published first, following the dependency order.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 6f75c58 commit 9cfe5fd
2 files changed
+7
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
59 | | - | |
| 58 | + | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
0 commit comments