You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
scylla-cql: Depend on exact version of scylla-macros
This allows doc(hidden) APIs used by macros to be changed.
Without it, we would need to consider the possibility of newer
scylla-macros being used with older scylla-cql, so those doc(hidden)
APIs would need to adhere to semver.
Keeping them semver-compatible would be difficult than the rest of the
API because semver-checks (correctly) ignore doc(hidden) items.
0 commit comments