Skip to content

Make serde compatible with no_std feature in Cargo.toml#289

Open
Masterchef365 wants to merge 1 commit into
tkaitchuck:masterfrom
Masterchef365:serde-no-std
Open

Make serde compatible with no_std feature in Cargo.toml#289
Masterchef365 wants to merge 1 commit into
tkaitchuck:masterfrom
Masterchef365:serde-no-std

Conversation

@Masterchef365
Copy link
Copy Markdown

On a no_std target, ahash was preventing me from disabling the default (std) features in serde. This PR makes the serde std feature enable only when the std feature is enabled for the crate. This enables using serde and no_std together.

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.

1 participant