Commit Graph
2 Commits
Author SHA1 Message Date
Manuel QuarnetiandGitHub b3508a41a1 fix: fix compilation after running cargo update (#8)
locking crypto-common = "=0.2.0-rc.13"

rc.14 breaks compilation
2026-02-19 18:42:54 -07:00
5f3ea3c960 Simple WBFS partition stripping (#4)
* Strip partitions from WBFS

* More concise code

* Draft: add ProcessOptions::scrub_update_partition

* add scrub_update_partition for CISO

* update comment

* fix doctests

* #[allow(clippy::too_many_arguments)]

* ⬆️ Update deps

* ⬆️ Update deps

* 🚑 Fix compilation

* run cargo update

* run cargo fmt

* Revert "run cargo fmt"

This reverts commit 0f1360779c.

* Revert "run cargo update"

This reverts commit caa13433a2.

* Add ScrubLevel enum & fix formatting

* Update usages & fix block-padding

---------

Co-authored-by: Luke Street <luke@street.dev>
2025-10-15 19:53:07 -06:00