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
{{ message }}
This repository was archived by the owner on Aug 15, 2021. It is now read-only.
Use serde::ser::StdError shim type rather than std::error::Error
This is for `alloc` vs. `std` modes compatibility, a code comment
explains in detail the purpose of this, which is admittedly subtle.
After this commit builds like
```
~/cbor$ cargo build --no-default-features --features=alloc,serde/std
```
succeed locally for me
0 commit comments