-
Notifications
You must be signed in to change notification settings - Fork 72
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
Hashbrown 0.15.0 #787
Labels
enhancement
New feature or request
Comments
Hi and thanks for the information. The correct way to go about it is to add a new optional dependency and feature. Both named serde_with/serde_with/Cargo.toml Lines 70 to 75 in f1b79f2
The next steps are to copy the implementations that exist for hashbrown_0_14 and copy them over too. The implementations for map and set types is spread throughout the code base, but can usually be found by looking at the type names or imports.serde_with/serde_with/src/de/impls.rs Lines 3 to 4 in f1b79f2
|
Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yesterday, hashbrown 0.15.0 is released.
Currently, serde_with has
hashbrown_0_14
feature which supports only 0.14.New
hashbrown_0_15
feature orhashbrown
feature for both versions should be added?The text was updated successfully, but these errors were encountered: