ebarnard / rust-plist

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

Update to Serde 1.0 #21

Closed dtolnay closed 7 years ago

dtolnay commented 7 years ago

Release notes: https://github.com/serde-rs/serde/releases/tag/v1.0.0

dtolnay commented 7 years ago

By the way, check out this approach for calling your optional Serde dependency "serde" instead of "serde_serialization".

ebarnard commented 7 years ago

Updated in v0.2. Thanks.