radicle-heartwood-lfs/crates
Fintan Halpenny a8dac56ca6 node: add radicle-protocol to dev-dependencies
If one attempted to compile the test target for `radicle-node` by itself, it
would result in a compiler error – due to missing trait implementations that are
provided by `radicle-protocol/test`.

It would compile fine when `--all` is used due to cargo unifying feature sets,
so it went unnoticed until now.

This fixes the issue by adding `radicle-protocol` to the `dev-dependencies` and
enabling the `test` feature flag.
2025-08-07 09:36:20 +01:00
..
radicle radicle: Move logging setup calls to binaries 2025-08-07 08:30:59 +01:00
radicle-cli radicle: Move logging setup calls to binaries 2025-08-07 08:30:59 +01:00
radicle-cli-test radicle: Move logging setup calls to binaries 2025-08-07 08:30:59 +01:00
radicle-cob chore: Automated fixes generated by clippy 2025-07-25 11:25:05 +02:00
radicle-crypto ssh: Use winpipe for SSH agent on Windows 2025-07-23 10:31:15 +02:00
radicle-dag repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00
radicle-fetch clippy: Allow doc_overindented_list_items 2025-07-27 23:32:02 +02:00
radicle-node node: add radicle-protocol to dev-dependencies 2025-08-07 09:36:20 +01:00
radicle-protocol canonical: Support Annotated Tags 2025-08-04 17:00:54 +02:00
radicle-remote-helper radicle: Move logging setup calls to binaries 2025-08-07 08:30:59 +01:00
radicle-schemars chore: Automated fixes generated by clippy 2025-07-25 11:25:05 +02:00
radicle-signals repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00
radicle-ssh ssh: provide path on connect error 2025-07-23 10:31:15 +02:00
radicle-systemd systemd: Add module for logging to the journal 2025-08-07 08:30:59 +01:00
radicle-term term: Revert using inquire to spawn editor 2025-08-05 15:09:43 +02:00