https://github.com/servo/servo/pull/4140 has landed. It moves the Cargo.toml file for the 'servo' crate from the repository’s root to 'components/servo'. As a result, the 'target' directory created by Cargo is now at 'components/servo/target'.

Most importantly, if you use execute './target/servo' directly, it will be your previous build and will not be updated by 'mach build' anymore. You should use './components/servo/target/servo' or 'mach run' instead.

You can also run 'mv target components/servo' to avoid re-building everything from scratch.

--
Simon Sapin
_______________________________________________
dev-servo mailing list
dev-servo@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-servo

Reply via email to