Julien Guibert-Peeters
Julien Guibert-Peeters
This commit bumps the version of serde-json-core to the latest one. The `heapless` version 0.7.17 used by old `serde-json-core` depends on unmaintained `atomic-polyfill`. This is resolved with `heapless` 0.8.0, which...
This commit bumps the minimum version of CMake in CMakeLists.txt files. The version of CMake in Ubuntu LTS is 3.28 and in CentOS is 3.26. Then, the version of CMake...
This commit fixes the argument type of member->type.len, which is a uint32_t and not an int.