Skip to content

Fix test: serde test also requires std#25

Merged
LPGhatguy merged 1 commit into
LPGhatguy:mainfrom
auyer:main
Jun 16, 2026
Merged

Fix test: serde test also requires std#25
LPGhatguy merged 1 commit into
LPGhatguy:mainfrom
auyer:main

Conversation

@auyer

@auyer auyer commented Jun 14, 2026

Copy link
Copy Markdown
Contributor

Hi. I am packaging your lib for Debian, and found this test issue.

This serde test was declared as requiring the "serde" feature only.
But it uses Vec, that depends on std allocator.

This test was declared as "serde" only,
but uses Vec, that depends on std allocator.

Signed-off-by: Rafael Passos <rafael@rcpassos.me>
@LPGhatguy

Copy link
Copy Markdown
Owner

This is a nice fix! We could also probably use alloc to continue to run this test on no_std, but I don't think it's such a big deal.

@LPGhatguy LPGhatguy merged commit 186074f into LPGhatguy:main Jun 16, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants