Files
uv/crates/puffin-build
konsti 035cd81ac8 Fix venv PATH on windows (#1095)
Windows uses `;` instead of `:` to separate `PATH` entries. This pull
request switches from manually using `:` to the `std::env` functions.
This fixes

```
puffin pip install -e scripts/editable-installs/maturin_editable
```

on windows.
2024-01-25 15:40:52 +00:00
..
2024-01-25 15:40:52 +00:00
2023-10-16 12:43:31 +00:00