From 313b8f803ea4747636a5d2a96f5da9dc227b2584 Mon Sep 17 00:00:00 2001 From: Tamir Duberstein Date: Mon, 11 Sep 2017 20:17:31 -0400 Subject: [PATCH] Use double quotes to appease some TOML parsers --- src/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }