qezz / zee

Opinionated fork of https://github.com/zee-editor/zee
Apache License 2.0
0 stars 0 forks source link

Update nom 5.1.2 -> 7.1.3 #8

Open qezz opened 4 months ago

qezz commented 4 months ago

The old version spits out the warning:

warning: the following packages contain code that will be rejected by a future version of Rust: nom v5.1.2, 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 1`

Note

Applying this breaks the editor in a weird way. Need to carefully pick the versions

qezz commented 4 months ago

e.g.

image