radicle-heartwood-lfs/crates/radicle-crypto
Fintan Halpenny 5b260964cb crypto: mark errors as `non_exhaustive`
To improve crate version churn, mark the error types as `non_exhaustive`.
This removes the need to change the version number of the crate when adding a
new variant.

Note that these errors are never matched on, so no other code is changed in
dependent crates.
2025-10-06 18:57:30 +02:00
..
src crypto: mark errors as `non_exhaustive` 2025-10-06 18:57:30 +02:00
Cargo.toml crates: bump for release 2025-10-06 16:36:30 +01:00