fix(sqlx-postgres): Make IpNetwork serde compatible again#4229
fix(sqlx-postgres): Make IpNetwork serde compatible again#4229michaelvanstraten wants to merge 1 commit intolaunchbadge:mainfrom
IpNetwork serde compatible again#4229Conversation
In c79ccb7 we bumped the `ipnetwork` crate from `0.20.0` to `0.21.1` which made `serde` a non default feature. This patch re-enables this feature in the `ipnetwork` crate.
|
This is actually a good thing. It means users who don't need the Serde integration of The only thing that needs to be done here is maybe adding a note to the CHANGELOG entry: Line 49 in 4249cb4 |
|
I was stupid, I have sqlx as a workspace dependency and added ipnetwork = { version = "*", features = ["serde"] }to the virtual manifest and forgot it in the crates manifest. Thanks |
|
I don't recommend using |
In c79ccb7 we bumped the
ipnetworkcrate from0.20.0to0.21.1which madeserdea non default feature.This patch re-enables this feature in the
ipnetworkcrate.Does your PR solve an issue?
No
Is this a breaking change?
No