Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-05 | Change our build process to run Cargo from inside the build tree | Nick Mathewson | |
Instead of using the cwd to specify the location of Cargo.toml, we use the --manifest-path option to specify its location explicitly. This works around the bug that isis diagnosed on our jenkins builds. |