Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/concepts/projects/init.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,9 @@ Hello from example-ext!

!!! important

Changes to the extension code in `lib.rs` or `main.cpp` will require running `--reinstall` to
rebuild them.
When creating a project with maturin or scikit-build-core, uv configures [`tool.uv.cache-keys`](https://docs.astral.sh/uv/reference/settings/#cache-keys)
to include common source file types. To force a rebuild, e.g. when changing files outside
`cache-keys` or when not using `cache-keys`, use `--reinstall`.

## Creating a minimal project

Expand Down
Loading