Use double quotes to appease some TOML parsers

This commit is contained in:
Tamir Duberstein 2017-09-11 20:17:31 -04:00
parent 94211416bc
commit 313b8f803e
No known key found for this signature in database
GPG Key ID: 1C1E98CC8E17BB89
1 changed files with 1 additions and 1 deletions

View File

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