-
-
Notifications
You must be signed in to change notification settings - Fork 474
Closed
Description
I was just having a quick poke through rand_core
for #386 and it looks like we could simplify current the serde
+ serde_derive
feature. Instead of creating a new feature called serde1
, we could just use the derive
feature that serde
provides. Was there any other rationale for serde1
besides letting us pull in serde_derive
too in the same feature?
It would look something like:
[dependencies.serde]
features = ["derive"]
optional = true
Metadata
Metadata
Assignees
Labels
No labels