mirror of https://github.com/rust-lang/rust.git
Use double quotes to appease some TOML parsers
This commit is contained in:
parent
94211416bc
commit
313b8f803e
|
@ -56,5 +56,5 @@ debug-assertions = false
|
||||||
debug = false
|
debug = false
|
||||||
debug-assertions = false
|
debug-assertions = false
|
||||||
|
|
||||||
[patch.'https://github.com/rust-lang/cargo']
|
[patch."https://github.com/rust-lang/cargo"]
|
||||||
cargo = { path = "tools/cargo" }
|
cargo = { path = "tools/cargo" }
|
||||||
|
|
Loading…
Reference in New Issue