PoiScript / orgize

A Rust library for parsing org-mode files.
https://poiscript.github.io/orgize/
MIT License
289 stars 35 forks source link

Update dependencies (jetscii no longer compiles on Rust 1.55) #53

Closed jistr closed 2 years ago

jistr commented 2 years ago

It wasn't possible to build orgize on Rust 1.55 due to its dependency jetscii - version 0.4.4 does not compile on Rust 1.55, version 0.5.1 does. While i was at it, i also updated other dependencies as far as they compiled on 1.55.

The PR also fixes rustfmt issue to pass the CI, and removes an unnecessary mut.

PoiScript commented 2 years ago

Sorry for the inconvenience, please upgrade to v0.9.0 which includes the latest version of jetscii. :)