1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

pkg/nanocbor: Bump to latest commit

Important changes:
- Add stream-like interface for encoder
- Separate functions for number of items left in arrays and maps
This commit is contained in:
Koen Zandberg 2023-10-13 15:25:23 +02:00
parent 3a4ec8d21e
commit a250dfeef0
No known key found for this signature in database
GPG Key ID: BA1718B37D79F51C

View File

@ -1,6 +1,6 @@
PKG_NAME = nanocbor
PKG_URL = https://github.com/bergzand/nanocbor
PKG_VERSION = 1bc789705057c42be32aea17aeec97763aece3c7
PKG_VERSION = ae01e393f152b8294028986256f8451c93f75cfc
PKG_LICENSE = CC-0
include $(RIOTBASE)/pkg/pkg.mk