Use double quotes to appease some TOML parsers

This commit is contained in:
Tamir Duberstein 2017-09-17 13:14:37 -04:00
parent 1cdd68922d
commit 4a8933f4a7
No known key found for this signature in database
GPG Key ID: 1C1E98CC8E17BB89
1 changed files with 1 additions and 1 deletions

View File

@ -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" }