You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe you're asking for half to be bumped, along with the MSRV?
Looking at your Cargo.toml, it seems your project is pulling in half 2.3, which is odd since our Cargo.toml specified 2.2. So maybe we need =2.2 to prevent the compiler from picking a newer version. But just updating dependencies is probably better :)
Yes, what specifying "2.2" means is "^2.2" which means that minor versions are upgraded (i.e. to 2.3).
As for my Cargo.toml, I don't actually depend on ciborium but criterion and I had to split the criterion benchmark to separate crate to avoid bumping MSRV every time a dependency of criterion bumps it.
Is there an existing issue for this?
Code of Conduct
Current Behaviour
Although MSRV is set for
-ll
because of the upgrade of [email protected] MSRV is now 1.70``
Expected Behaviour
MSRV 1.58 should be respected even with optional dependency
half
Environment Information
https://github.com/AeroRust/nmea/actions/runs/7723182617/job/21052735785?pr=118
Steps To Reproduce
No response
The text was updated successfully, but these errors were encountered: