Fix schemars macro usage in build backend enum (#12503)
## Test Plan ``` cargo test --profile fast-build -p uv-scripts ```
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#[cfg_attr(feature = "schemars", derive(schemars::JsonSchema))]
|
||||
pub enum ProjectBuildBackend {
|
||||
#[cfg_attr(feature = "clap", value(hide = true))]
|
||||
#[cfg_attr(feature = "schemars", value(hide = true))]
|
||||
#[cfg_attr(feature = "schemars", schemars(skip))]
|
||||
/// Use uv as the project build backend.
|
||||
Uv,
|
||||
#[default]
|
||||
|
||||
Reference in New Issue
Block a user