diff options
| author | Tamir Duberstein <tamird@gmail.com> | 2017-09-17 13:14:37 -0400 |
|---|---|---|
| committer | Tamir Duberstein <tamird@gmail.com> | 2017-09-17 13:14:37 -0400 |
| commit | 4a8933f4a704a0ffb7e01dacbed61ae571e5908e (patch) | |
| tree | da31ae0f7bf57d18fe093967e47517bcbd1b59c8 | |
| parent | 1cdd68922d143c6d1f18f66572251b7078e9e850 (diff) | |
| download | rust-4a8933f4a704a0ffb7e01dacbed61ae571e5908e.tar.gz rust-4a8933f4a704a0ffb7e01dacbed61ae571e5908e.zip | |
Use double quotes to appease some TOML parsers
| -rw-r--r-- | src/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Cargo.toml b/src/Cargo.toml index 8142213b204..12c074b6a41 100644 --- a/src/Cargo.toml +++ b/src/Cargo.toml @@ -63,7 +63,7 @@ cargo = { path = "tools/cargo" } # Override rustfmt dependencies both on the repo and the crate (the RLS # sometimes uses either). # FIXME should only need the crates.io patch, long term. -[patch.'https://github.com/rust-lang-nursery/rustfmt'] +[patch."https://github.com/rust-lang-nursery/rustfmt"] rustfmt-nightly = { path = "tools/rustfmt" } [patch.crates-io] rustfmt-nightly = { path = "tools/rustfmt" } |
