Commit 487dcc5
authored
Remove explicit version on azure_core_opentelemetry (#4276)
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.1 parent c4c3e4a commit 487dcc5
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
73 | 72 | | |
74 | 73 | | |
75 | 74 | | |
| |||
0 commit comments