diff options
| author | Tamir Duberstein <tamird@gmail.com> | 2017-09-11 20:17:31 -0400 |
|---|---|---|
| committer | Tamir Duberstein <tamird@gmail.com> | 2017-09-13 22:55:18 -0400 |
| commit | 313b8f803ea4747636a5d2a96f5da9dc227b2584 (patch) | |
| tree | 9b65db8063117e2a26a0b3296bd389e1b4825803 | |
| parent | 94211416bcde4d1049f241b6c95594e28c8865e6 (diff) | |
| download | rust-313b8f803ea4747636a5d2a96f5da9dc227b2584.tar.gz rust-313b8f803ea4747636a5d2a96f5da9dc227b2584.zip | |
Use double quotes to appease some TOML parsers
| -rw-r--r-- | src/Cargo.toml | 2 |
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" } |
