radicle-heartwood-lfs/crates
Fintan Halpenny fe6a11d0db radicle: fix schemars macro on FetchPackSizeLimit
While running `cargo-semver-checks`, there was an issue that was surfaced
regarding `serde(into)`, `serde(try_from)` and `schemars(transparent)` being
used, and they are incompatible.

This appeared to be a semver issue, on the side of `schemars`, since the issue
would only appear when adding `radicle` as a fresh dependency. The intuition for
this is that once `schemars` was updated locally, the same error appeared when
attempting to build the `radicle` crate.

To avoid this, `schemars` provides a `!` operator for the macro[^0]:

> You can also “unset” serde attributes by including them with a ! prefix in a
> schemars attribute, which will make schemars ignore the corresponding serde
> attribute item

[^0]: https://docs.rs/schemars_derive/latest/schemars_derive/derive.JsonSchema.html#attributes
2025-07-14 14:51:59 +01:00
..
radicle radicle: fix schemars macro on FetchPackSizeLimit 2025-07-14 14:51:59 +01:00
radicle-cli node, cli: Refactor test environment 2025-07-09 11:47:50 +01:00
radicle-cli-test repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00
radicle-cob radicle: remove unnecessary constraints 2025-07-08 11:36:42 +02:00
radicle-crypto repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00
radicle-dag repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00
radicle-fetch repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00
radicle-node node: clean up `UploadError` 2025-07-09 13:11:04 +01:00
radicle-remote-helper radicle: store threshold in Canonical 2025-06-12 13:19:48 +02:00
radicle-schemars repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00
radicle-signals repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00
radicle-ssh repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00
radicle-systemd repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00
radicle-term radicle-term: Use crossterm instead of termion 2025-06-27 15:39:29 +02:00