radicle-heartwood-lfs/crates
Lorenz Leutgeb 292befdb36 radicle: Add `tempfile` to dev-dependencies
In commit 2149770a4b the dependency
`tempfile` was made optional, and added to be enabled by the feature
flag `test`. However, the *tests of this crate itself* need the
dependency *unconditionally* as they want to create temporary
directories.

This was not noticed earlier, since the error does not surface when
the whole workspace is tested (`cargo test --workspace`), but only
when the crate itself is tested (`cargo test --package=radicle`),
because when testing the workspace, dependents of `radicle` will
enable the `test` feature flag.
2025-10-13 12:26:31 +01:00
..
radicle radicle: Add `tempfile` to dev-dependencies 2025-10-13 12:26:31 +01:00
radicle-cli cli/diff: Print cross-platform line endings 2025-10-13 10:32:17 +01:00
radicle-cli-test radicle-cli-test: Prepare testing with `jj` 2025-09-26 12:03:01 +01:00
radicle-cob crypto: Depend on `git-ref-format-core` only 2025-10-09 17:18:59 +02:00
radicle-crypto crypto: Depend on `git-ref-format-core` only 2025-10-09 17:18:59 +02:00
radicle-dag repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00
radicle-fetch radicle/git/raw: Introduce `trait ErrorExt` 2025-10-10 11:29:24 +02:00
radicle-node node/wire: Refactor precedence 2025-10-10 09:45:05 +01:00
radicle-protocol node: Report sync status for given namespaces 2025-10-09 07:55:11 +02:00
radicle-remote-helper crates: bump for release 2025-10-06 16:36:30 +01:00
radicle-schemars crates: bump for release 2025-10-06 16:36:30 +01:00
radicle-signals signals: Guard most of the crate for Unix 2025-08-22 15:19:31 +01:00
radicle-ssh release: prepare crates 2025-08-12 12:13:49 +02:00
radicle-systemd systemd: Support Credentials 2025-10-09 10:03:21 +01:00
radicle-term crates: bump for release 2025-10-06 16:36:30 +01:00