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
Cargo test without default features fails to compile.
cargo test --package ibc --no-default-features
Details
The root cause is the ibc package is compiled with default serde flag. Yet, there are places (shown in the compile errors), where some of the serde enabled crates and functionalities are imported or used without serde flag.
Bug Summary
Cargo test without default features fails to compile.
Details
The root cause is the
ibc
package is compiled with defaultserde
flag. Yet, there are places (shown in the compile errors), where some of theserde
enabled crates and functionalities are imported or used withoutserde
flag.Version
c20e491
The text was updated successfully, but these errors were encountered: