You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/concepts/projects/init.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -301,8 +301,9 @@ Hello from example-ext!
301
301
302
302
!!! important
303
303
304
-
Changes to the extension code in `lib.rs` or `main.cpp` will require running `--reinstall` to
305
-
rebuild them.
304
+
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)
305
+
to include common source file types. To force a rebuild, e.g. when changing files outside
306
+
`cache-keys` or when not using `cache-keys`, use `--reinstall`.
0 commit comments