Azure / Azure/azure-sdk-for-rust
Rust semver-checks failures
Open
Central-EngSys
EngSys
- Dominant language
- Rust
- Stars
- 884
- Forks
- 365
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 112
Description
Failures noted
https://dev.azure.com/azure-sdk/public/_build/results?buildId=5653256&view=logs&j=b766ebde-1fdb-5f11-1350-46ddc53b23cf&t=7ef29fa0-f532-5653-3473-16dc04608431&l=1070
```
error: failed to retrieve index of crate versions from registry
Caused by:
azure_data_cosmos_native not found in registry (crates.io). For workarounds check https://github.com/obi1kenobi/cargo-semver-checks#does-the-crate-im-checking-have-to-be-published-on-cratesio
```
Solution: Do not semver check packages that have `publish=false`
Contributor guide
Assessment
This issue has not been assessed yet.