Skip to content

Commit

Permalink
Merge #19988
Browse files Browse the repository at this point in the history
19988: pkg/nanocbor: Update for fixed nanocbor_skip_simple() [backport 2023.10] r=MrKevinWeiss a=bergzand

# backport of #19975 and #19983

### Contribution description

Manually created the backport this time 😢 

Includes both #19975 and #19983 to include the nanocbor bug fix for the `nanocbor_skip_simple()` function

### Testing procedure

The usual nanocbor test in `tests/pkg/nanocbor`

### Issues/PRs references

None

Co-authored-by: Koen Zandberg <[email protected]>
  • Loading branch information
bors[bot] and bergzand authored Oct 23, 2023
2 parents 39765d2 + b475907 commit 354e1ac
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 = 1bc789705057c42be32aea17aeec97763aece3c7
PKG_VERSION = 54e8938e60ba6a74d8aeafffc2d4a1dfc0392498
PKG_LICENSE = CC-0

include $(RIOTBASE)/pkg/pkg.mk
Expand Down

0 comments on commit 354e1ac

Please sign in to comment.