@@ -86,8 +86,7 @@ pub struct Options {
86
86
cache_keys : Option < Vec < CacheKey > > ,
87
87
88
88
// NOTE(charlie): These fields are shared with `ToolUv` in
89
- // `crates/uv-workspace/src/pyproject.rs`. The documentation lives on that struct.
90
- // They're respected in both `pyproject.toml` and `uv.toml` files.
89
+ // `crates/uv-workspace/src/pyproject.rs`, and the documentation lives on that struct.
91
90
#[ cfg_attr( feature = "schemars" , schemars( skip) ) ]
92
91
pub override_dependencies : Option < Vec < Requirement < VerbatimParsedUrl > > > ,
93
92
@@ -1552,15 +1551,13 @@ pub struct OptionsWire {
1552
1551
cache_keys : Option < Vec < CacheKey > > ,
1553
1552
1554
1553
// NOTE(charlie): These fields are shared with `ToolUv` in
1555
- // `crates/uv-workspace/src/pyproject.rs`. The documentation lives on that struct.
1556
- // They're respected in both `pyproject.toml` and `uv.toml` files.
1554
+ // `crates/uv-workspace/src/pyproject.rs`, and the documentation lives on that struct.
1557
1555
override_dependencies : Option < Vec < Requirement < VerbatimParsedUrl > > > ,
1558
1556
constraint_dependencies : Option < Vec < Requirement < VerbatimParsedUrl > > > ,
1559
1557
environments : Option < SupportedEnvironments > ,
1560
1558
1561
1559
// NOTE(charlie): These fields should be kept in-sync with `ToolUv` in
1562
- // `crates/uv-workspace/src/pyproject.rs`. The documentation lives on that struct.
1563
- // They're only respected in `pyproject.toml` files, and should be rejected in `uv.toml` files.
1560
+ // `crates/uv-workspace/src/pyproject.rs`.
1564
1561
#[ allow( dead_code) ]
1565
1562
workspace : Option < serde:: de:: IgnoredAny > ,
1566
1563
#[ allow( dead_code) ]
0 commit comments