Closed gwbres closed 1 year ago
What is going on at the moment, the CI seems to pass just fine?
What is going on at the moment, the CI seems to pass just fine?
Cargo publish does not work, because its build does not pass.
It this cargo publish invokes "cargo build --release" meaning : no features activated.
To me, it looks like the crate does not build correctly when no features are activated, but I can't reproduce in the CI
What is going on at the moment, the CI seems to pass just fine?
Cargo publish does not work, because its build does not pass. It this cargo publish invokes "cargo build --release" meaning : no features activated. To me, it looks like the crate does not build correctly when no features are activated, but I can't reproduce in the CI
Seems like ran on 1.74 nightly + docs failed, https://docs.rs/crate/ublox/0.4.3/builds/913958
What is going on at the moment, the CI seems to pass just fine?
Cargo publish does not work, because its build does not pass. It this cargo publish invokes "cargo build --release" meaning : no features activated. To me, it looks like the crate does not build correctly when no features are activated, but I can't reproduce in the CI
Seems like ran on 1.74 nightly + docs failed, https://docs.rs/crate/ublox/0.4.3/builds/913958
I tried it locally with 1.65 and I get the same build errors with cargo publish --dry-run
. Strange behavior from cargo...
It looks like the CI does not build the crate without any options. Not sure what --no-default triggers