Replace miniserde_support with serde_support for peach-jsonrpc-server #64

Merged
glyph merged 1 commits from fix_workspace_comp into main 2022-01-12 10:25:01 +00:00
Owner

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.

CC: @notplants

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
glyph added the
maintenance
label 2022-01-12 10:24:48 +00:00
glyph added 1 commit 2022-01-12 10:24:49 +00:00
glyph merged commit 6f5cefa367 into main 2022-01-12 10:25:01 +00:00
glyph deleted branch fix_workspace_comp 2022-01-12 10:25:02 +00:00
Sign in to join this conversation.
No description provided.