gitui icon indicating copy to clipboard operation
gitui copied to clipboard

Bump struct-patch from 0.4.1 to 0.8.6

Open yanganto opened this issue 1 year ago • 2 comments

update for latest syntax

yanganto avatar Oct 14 '24 04:10 yanganto

this does not affect the serialization format i assume? otherwise we need a breaking change note and adapt docs

extrawurst avatar Oct 16 '24 09:10 extrawurst

You are correct. The serialization format does not change.

The crate now supports all kind of attributes on patch, Option<NestingStruct> fields, and more operators (+, and <<) on patch in the later versions.

Gitui uses a simple not nesting struct for the config, and does not manipulate on multiple patches, so the only change is the macro syntax.

yanganto avatar Oct 16 '24 12:10 yanganto