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

Add trait implementations for indexmap v2 #627

Merged
merged 3 commits into from
Jul 31, 2023
Merged

Add trait implementations for indexmap v2 #627

merged 3 commits into from
Jul 31, 2023

Conversation

jonasbb
Copy link
Owner

@jonasbb jonasbb commented Jul 31, 2023

Introduces a new feature flag indexmap_2 that enables the support.
Tests are copied from the v1 support.

Closes #621

jonasbb added 3 commits July 27, 2023 22:29
Introduces a new feature flag `indexmap_2` that enables the support.
Tests are copied from the v1 support.
@codecov
Copy link

codecov bot commented Jul 31, 2023

Codecov Report

Merging #627 (f46b369) into master (20fae7c) will increase coverage by 0.24%.
Report is 2 commits behind head on master.
The diff coverage is 82.75%.

@@            Coverage Diff             @@
##           master     #627      +/-   ##
==========================================
+ Coverage   64.22%   64.47%   +0.24%     
==========================================
  Files          36       36              
  Lines        2127     2156      +29     
==========================================
+ Hits         1366     1390      +24     
- Misses        761      766       +5     
Files Changed Coverage Δ
serde_with/src/de/duplicates.rs 0.00% <ø> (ø)
serde_with/src/ser/impls.rs 91.66% <ø> (ø)
...e_with/src/duplicate_key_impls/first_value_wins.rs 79.41% <77.77%> (-0.59%) ⬇️
...with/src/duplicate_key_impls/error_on_duplicate.rs 86.36% <83.33%> (-1.14%) ⬇️
...de_with/src/duplicate_key_impls/last_value_wins.rs 86.36% <83.33%> (-1.14%) ⬇️
serde_with/src/de/impls.rs 58.83% <100.00%> (+0.16%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@jonasbb
Copy link
Owner Author

jonasbb commented Jul 31, 2023

bors r+

@bors
Copy link
Contributor

bors bot commented Jul 31, 2023

Build succeeded!

The publicly hosted instance of bors-ng is deprecated and will go away soon.

If you want to self-host your own instance, instructions are here.
For more help, visit the forum.

If you want to switch to GitHub's built-in merge queue, visit their help page.

@bors bors bot merged commit f5137b6 into master Jul 31, 2023
@bors bors bot deleted the bump-indexmap branch July 31, 2023 15:38
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.

indexmap v2 support
1 participant