Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support bool in map keys #1055

Merged
merged 4 commits into from
Aug 15, 2023
Merged

Support bool in map keys #1055

merged 4 commits into from
Aug 15, 2023

Conversation

dtolnay
Copy link
Member

@dtolnay dtolnay commented Aug 15, 2023

Closes #1054.

@dtolnay dtolnay merged commit 59d9f96 into serde-rs:master Aug 15, 2023
13 checks passed
@dtolnay dtolnay deleted the boolkey branch August 15, 2023 22:04
nihohit added a commit to amazon-contributing/redis-rs that referenced this pull request Aug 16, 2023
The test was broken by version 1.0.105 of serde_json, due to
serde-rs/json#1055 .
nihohit added a commit to amazon-contributing/redis-rs that referenced this pull request Aug 16, 2023
The test was broken by version 1.0.105 of serde_json, due to
serde-rs/json#1055 .
jaymell pushed a commit to redis-rs/redis-rs that referenced this pull request Aug 16, 2023
The test was broken by version 1.0.105 of serde_json, due to
serde-rs/json#1055 .
altanozlu pushed a commit to altanozlu/redis-rs that referenced this pull request Aug 16, 2023
The test was broken by version 1.0.105 of serde_json, due to
serde-rs/json#1055 .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Cannot deserialize to HashMap<bool, _>
1 participant