chyh1990 / yaml-rust

A pure rust YAML implementation.
Apache License 2.0
601 stars 138 forks source link

Compiling with Rust 1.41 generate deprecation warnings #152

Open mkindahl opened 4 years ago

mkindahl commented 4 years ago

As of 2020-01-27, Rust 1.41 was stable.

As a result of this, the current version (as of 2020-03-02) generate a list of deprecation warnings.

The warnings should be removed from the code and the documentation updated to reflect what the minimum version supported is.