-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
needs cargo featurerequires stabilization of a Cargo featurerequires stabilization of a Cargo feature
Description
The macros
feature exists to allow disabling sqlx-macros
, but the runtime features (as well as things like migrate
) all enable corresponding features on sqlx-macros
, which in turn enables sqlx-macros
.
rust-lang/cargo#8818 will address this, once available in stable Cargo. Until then, you might consider recommending that users who don't need macros depend on sqlx_core
directly.
Metadata
Metadata
Assignees
Labels
needs cargo featurerequires stabilization of a Cargo featurerequires stabilization of a Cargo feature