[ty] Infer the Python version from --python=<system installation> on Unix (#18550)

This commit is contained in:
Alex Waygood
2025-06-11 15:32:33 +01:00
committed by GitHub
parent a863000cbc
commit e84406d8be
13 changed files with 334 additions and 137 deletions

View File

@@ -29,6 +29,7 @@ rustc-hash = { workspace = true }
salsa = { workspace = true, optional = true }
schemars = { workspace = true, optional = true }
serde = { workspace = true, optional = true }
thiserror = { workspace = true }
[features]
schemars = ["dep:schemars"]