about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTamir Duberstein <tamird@gmail.com>2017-09-11 20:17:31 -0400
committerTamir Duberstein <tamird@gmail.com>2017-09-13 22:55:18 -0400
commit313b8f803ea4747636a5d2a96f5da9dc227b2584 (patch)
tree9b65db8063117e2a26a0b3296bd389e1b4825803
parent94211416bcde4d1049f241b6c95594e28c8865e6 (diff)
downloadrust-313b8f803ea4747636a5d2a96f5da9dc227b2584.tar.gz
rust-313b8f803ea4747636a5d2a96f5da9dc227b2584.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 35ba022c489..98eb26c7753 100644
--- a/src/Cargo.toml
+++ b/src/Cargo.toml
@@ -56,5 +56,5 @@ debug-assertions = false
 debug = false
 debug-assertions = false
 
-[patch.'https://github.com/rust-lang/cargo']
+[patch."https://github.com/rust-lang/cargo"]
 cargo = { path = "tools/cargo" }