extrawurst / gitui

Blazing 💥 fast terminal-ui for git written in rust 🦀
MIT License
18.63k stars 573 forks source link

Bump struct-patch from 0.4.1 to 0.8.6 #2386

Closed yanganto closed 1 month ago

yanganto commented 1 month ago

update for latest syntax

extrawurst commented 1 month ago

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

yanganto commented 1 month ago

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.