1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
19983: pkg/nanocbor: Update for fixed nanocbor_skip_simple() r=miri64 a=bergzand


### Contribution description

`@miri64` found a bug in NanoCBOR which is fixed with the latest commit.

Important changes:
- Fixed a bug in nanocbor_skip_simple with (b|t)str types

### Testing procedure

The pkg test should still pass.


### Issues/PRs references

None


Co-authored-by: Koen Zandberg <koen@bergzand.net>
This commit is contained in:
bors[bot] 2023-10-18 12:40:52 +00:00 committed by GitHub
commit cb73e0cfc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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