Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use an absolute path to reference_sources
With a relative path, I can't add tectonic's git repository as a dependency in Cargo.toml; attempting to do so gives: ``` $ cargo build Updating git repository `https://github.com/tectonic-typesetting/tectonic` error: failed to load source for a dependency on `tectonic` Caused by: Unable to update https://github.com/tectonic-typesetting/tectonic Caused by: failed to update submodule `reference_sources` Caused by: invalid url `../tectonic-staging.git`: relative URL without a base ```
- Loading branch information