Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: 🦀 fix nightly
cargo test-all-features
(#1424)
example: https://github.com/informalsystems/tendermint-rs/actions/runs/9181862633/job/25249544213?pr=1423 ``` error: unexpected `cfg` condition value: `grpc-client` --> proto/src/lib.rs:3:46 | 3 | #![cfg_attr(not(any(feature = "grpc-server", feature = "grpc-client")), no_std)] | ^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `default`, `grpc`, `grpc-server`, `tonic` = help: consider adding `grpc-client` as a feature in `Cargo.toml` = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration ```
- Loading branch information