Closed DJMcNab closed 8 months ago
To avoid a similar situation in future, mark the enum as #[non_exhaustive]
#[non_exhaustive]
See #kurbo > 0.10.5 release
329 was a breaking change, forcing this release to be 0.11.
To avoid a similar situation in future, mark the enum as
#[non_exhaustive]
See #kurbo > 0.10.5 release