rust-embedded-community / serde-json-core

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

Updating heapless and allowing external usage #53

Closed ryan-summers closed 3 years ago

ryan-summers commented 3 years ago

This PR fixes #52 by publicly using heapless. It also updates the heapless version to use a version that does not have a security vulnerability in it.

ryan-summers commented 3 years ago

Have you thought about a new release?

I definitely think we should cut a new release so that we can get something out in the wild that doesn't depend on a vulnerable version of heapless. I'll go about the housekeeping after we get this merged