Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Path dependencies are not recompiled when modified #119

Closed
wmmc88 opened this issue Oct 31, 2023 · 1 comment
Closed

Path dependencies are not recompiled when modified #119

wmmc88 opened this issue Oct 31, 2023 · 1 comment

Comments

@wmmc88
Copy link
Contributor

wmmc88 commented Oct 31, 2023

When providing a rust-script with a Cargo path dependency, changes in the path dependency(ie. source code changes in the local dependency) do not trigger a new build of the dependency when running the rust-script. It seems to use a cached copy of it. This does not match the behaviour in Cargo when Path dependencies are modified.

@wmmc88
Copy link
Contributor Author

wmmc88 commented Oct 31, 2023

My bad. Upon further inspection, it seems that it was a local issue.

@wmmc88 wmmc88 closed this as completed Oct 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant