foxglove / mcap

MCAP is a modular, performant, and serialization-agnostic container file format, useful for pub/sub and robotics applications.
https://mcap.dev
MIT License
516 stars 95 forks source link

Rust version `0.10.0` not available on crates.io (wildcard ( `*` ) dependency constraints are not allowed) #1260

Open HALtheWise opened 4 hours ago

HALtheWise commented 4 hours ago

Description

This tag seems to exist in the repo for Rust release v0.10.0, but the corresponding release has not been pushed to crates.io https://github.com/foxglove/mcap/releases/tag/releases%2Frust%2Fv0.10.0

https://crates.io/crates/mcap/versions

I'm not sure who's responsible for this, maybe @james-rms

linear[bot] commented 4 hours ago

FG-9276 Rust version `0.10.0` not available on crates.io

jtbandes commented 4 hours ago

Thanks for reporting, we'll take a look.

It looks like this is due to:

wildcard (*) dependency constraints are not allowed on crates.io. Crate with this problem: async-compression See https://doc.rust-lang.org/cargo/faq.html#can-libraries-use--as-a-version-for-their-dependencies for more information