preferences-rs icon indicating copy to clipboard operation
preferences-rs copied to clipboard

Update to serde 1.0

Open Boscop opened this issue 8 years ago • 3 comments

Update to serde and serde_json v1.0, please :)

Boscop avatar Jun 26 '17 13:06 Boscop

I can't use this crate for my types which are using #[derive(Serialize, Deserialize)] from serde 1.0. I have to use serde 1.0 because of tarpc, diesel etc.

Can you please update this crate to serde 1.0? :)

Boscop avatar Aug 14 '18 21:08 Boscop

I see that this update has been done about 10 months ago. Could you publish to crates.io? Asking for a friend :)

SebastianJL avatar Jun 01 '22 12:06 SebastianJL

I just pushed my fork with serde 1 to https://github.com/astraw/preferences-serde1 to https://crates.io/crates/preferences-serde1

astraw avatar Oct 30 '23 14:10 astraw