Skip to content

cargo: explicitly enable serde derive feature

Brad King requested to merge brad.king/rust-gitlab:minor-cleanups into master

Previously it was enabled only by one of our other dependencies. Enable it explicitly since we import the derive macros.

Merge request reports