Skip to content

Commit

Permalink
Merge #19983
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
bors[bot] and bergzand authored Oct 18, 2023
2 parents b6772c8 + ca81c75 commit cb73e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/nanocbor/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit cb73e0c

Please sign in to comment.