Fintan Halpenny
bfe8c5234f
cob: add method for loading entry manifest
...
Adds a helper for only loading the manifest of a COB entry. This allows callers
to inspect the manifest without loading the whole entry.
2025-08-19 14:27:35 +01:00
Fintan Halpenny
d147094812
fix: upgrade radicle-crypto
...
The upgrade of the `radicle-crypto` crate was missed when upgrading
semver versions.
Unfortunately, since it is at the base of the dependency tree, all
crates that depend on it require an additional upgrade.
2025-08-13 09:20:42 +01:00
Lorenz Leutgeb
9068033789
chore: Automated fixes generated by clippy
2025-07-25 11:25:05 +02:00
Fintan Halpenny
38ff2652b1
radicle: remove unnecessary constraints
...
The constraints on some of the `cob` related traits are unnecessary, so this
patch removes them.
2025-07-08 11:36:42 +02:00
Jakob Kirsch
e30e66e009
radicle: add .external_template(false) to all other libgit2 calls
...
This complements 9d4aa59a12 .
2025-06-14 00:28:06 +02:00
Lorenz Leutgeb
5bc2dc677b
repo: Move workspace crates into `crates` subdirectory
...
This keeps the top level of the repo cleaner, e.g.
<https://github.com/radicle-dev/heartwood > scrolls less and
<https://app.radicle.xyz/nodes/rosa.radicle.xyz/rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5/ >
might show more files at the top level.
This way we also don't have to explicitly name all crates in
`Cargo.toml`.
2025-06-09 15:09:21 +02:00