As noted in PR#63, I had accidentally broken the ability to compile at the workspace-level.
This occurred because one of the workspace crates used the miniserde_support feature flag from peach-stats and another crate used the serde_support feature flag. This caused a conflict, with cargo trying to compile with both feature flags simultaneously enabled. TIL.
I've replaced miniserde_support with serde_support in peach-jsonrpc-server and things are now working.
As noted in [PR#63](https://git.coopcloud.tech/PeachCloud/peach-workspace/pulls/63#issuecomment-11472), I had accidentally broken the ability to compile at the workspace-level.
This occurred because one of the workspace crates used the `miniserde_support` feature flag from `peach-stats` and another crate used the `serde_support` feature flag. This caused a conflict, with `cargo` trying to compile with both feature flags simultaneously enabled. TIL.
I've replaced `miniserde_support` with `serde_support` in `peach-jsonrpc-server` and things are now working.
CC: @notplants
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
As noted in PR#63, I had accidentally broken the ability to compile at the workspace-level.
This occurred because one of the workspace crates used the
miniserde_supportfeature flag frompeach-statsand another crate used theserde_supportfeature flag. This caused a conflict, withcargotrying to compile with both feature flags simultaneously enabled. TIL.I've replaced
miniserde_supportwithserde_supportinpeach-jsonrpc-serverand things are now working.CC: @notplants