radicle-heartwood-lfs/crates/radicle
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
..
src radicle/storage: Fix temporary path generation 2025-10-13 10:29:09 +01:00
CHANGELOG.md node: Report sync status for given namespaces 2025-10-09 07:55:11 +02:00
Cargo.toml radicle: Add `tempfile` to dev-dependencies 2025-10-13 12:26:31 +01:00