rust-x-bindings / rust-xcb

Rust bindings and wrapper for XCB.
MIT License
161 stars 63 forks source link

Update quick-xml, as it will soon not be supported anymore by future versions of Rust #223

Closed Philipp-M closed 1 year ago

Philipp-M commented 1 year ago

Fixes #216

xMAC94x commented 1 year ago

+1

original message you get with newer rust nightly versions when executing cargo check

warning: the following packages contain code that will be rejected by a future version of Rust: quick-xml v0.22.0, ...
note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`

Edit: it would also be cool to release a new version after this got merged to crates.io

Cthutu commented 1 year ago

Any news about when this PR is going to be published to crates.io? I was about to submit the same PR myself. So thanks, @Philipp-M :)

xMAC94x commented 1 year ago

i prepared a release PR here but i received no info on it yet :/ #224

rtbo commented 1 year ago

Hi 1.2.1 is published on crates.io.