ebarnard / rust-plist

A rusty plist parser.
MIT License
71 stars 42 forks source link

Update quick-xml to 0.28.0 #105

Closed cmyr closed 1 year ago

cmyr commented 1 year ago

There's another release of this, and I'd like to avoid having two versions in my downstream project.

If you could do another patch release when you have time that would be much appreciated!

ebarnard commented 1 year ago

Released.

I've just updated the CI script so if you bump the crate version in a PR, that version will be released when the PR gets meregd which should help with quicker releases in the future.

cmyr commented 1 year ago

I've just updated the CI script so if you bump the crate version in a PR, that version will be released when the PR gets meregd which should help with quicker releases in the future.

Cool idea, I should look into doing that for some of my crates.

ebarnard commented 1 year ago

This is the commit if you're interested: https://github.com/ebarnard/rust-plist/commit/3ff74b659f56fca3f4155c472bc05131ce07e679. Bit of a hack but works.