rust-embedded-community / serde-json-core

`serde-json` for `no_std` programs
Apache License 2.0
161 stars 59 forks source link

Bump dependencies #5

Closed Pzixel closed 5 years ago

Pzixel commented 6 years ago

Crate is currently working with heapless v0.2.4 and serde_derive v1.0.33. I think versions should be bumped, because these versions contains different bugs and so on. Unfortunately, changes in heapless was too big so I'm just not able to figure out how they should be fixed.

gbip commented 5 years ago

Take a look at this pr #7.

jamesmunns commented 5 years ago

Also relevant: #10

japaric commented 5 years ago

Done in #20