Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
scylla-cql: fix unit tests with 'serde' feature enabled
When running scylla-cql tests separately, serde 'derive' feature is not set explicitly. This results in failing builds when the feature is enabled. Builds were not failing earlier due to 'scylla-cql' being used as a dependency of a crate that sets 'serde/derive' feature.
- Loading branch information