Martijn Gribnau
Martijn Gribnau
> I realize I forgot some important information, sorry. The main/master branch is fine. But a currently [open PR](https://github.com/johannesvollmer/exrs/pull/191) should fail, which is the branch `f16_batch_conversion`. > > The reason...
> ``` > exrs> rustc --version > rustc 1.70.0 (90c541806 2023-05-31) > ``` Your stable Rust version shouldn't matter for cargo-msrv, all calls to Cargo go through `rustup run` with...
I created a new crate for minimal reproduction, and tested this issue with all toolchains from Rust 1.56 - 1.70 here: https://github.com/foresterre/wow-cargo The resolver behaviour really seems to change from...
I asked on Zulip in the [t-cargo](https://rust-lang.zulipchat.com/#narrow/stream/246057-t-cargo/topic/Resolved.20dependency.20suddenly.20changed.20after.20Cargo.201.2E59/near/372671400) channel. There is a Cargo issue open: https://github.com/rust-lang/cargo/issues/10623 The problem is caused by the new `dep:` syntax instroduced with Cargo `1.60`. > This...
> But independent of dependency management, the following conditions should always lead to a failure, but somehow succeed: > > * `half = "^2.3"` (their rust-version being 1.70) > *...
@dependabot rebase
@dependabot rebase
@dependabot rebase
@dependabot rebase
Waiting for #685, which will makes this PR a lot less verbose.