solo1
solo1 copied to clipboard
Updated tinycbor submodule, to include Makefile fix
Previously, the tinycbor Makefile contained code which prevented it to be built in environments where file descriptor 9 was unavailable. I've encountered this error whilst trying to build solo as a Cargo crate, as a dependency of my own project (logs).
I've opened PR for tinycbor, fixing the issue with their Makefile, which was merged - https://github.com/intel/tinycbor/pull/210
This PR updates the tinycbor submodule version, to include the fix above.
lgtm @conorpp
@nickray, @conorpp, any chance this could be merged? I'd love to get rid of my fork (https://github.com/AlfioEmanueleFresta/xdg-credentials-portal/tree/master/solo).