about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTamir Duberstein <tamird@gmail.com>2017-09-17 13:14:37 -0400
committerTamir Duberstein <tamird@gmail.com>2017-09-17 13:14:37 -0400
commit4a8933f4a704a0ffb7e01dacbed61ae571e5908e (patch)
treeda31ae0f7bf57d18fe093967e47517bcbd1b59c8
parent1cdd68922d143c6d1f18f66572251b7078e9e850 (diff)
downloadrust-4a8933f4a704a0ffb7e01dacbed61ae571e5908e.tar.gz
rust-4a8933f4a704a0ffb7e01dacbed61ae571e5908e.zip
Use double quotes to appease some TOML parsers
-rw-r--r--src/Cargo.toml2
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" }