ebarnard / rust-plist

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

Drop rustc-serialize dependency #18

Closed dtolnay closed 7 years ago

dtolnay commented 7 years ago

It has been deprecated: announcement.

Is there any functionality you would require from Serde or another library before this would be possible?

ebarnard commented 7 years ago

Thanks for the heads up.

I'm using rustc-serialize solely for base64 and its Json struct. I'll get rid of it in the next major release.

ebarnard commented 7 years ago

Dropped in v0.2.