Skip to content

Commit 313b8f8

Browse files
committed
Use double quotes to appease some TOML parsers
1 parent 9421141 commit 313b8f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ debug-assertions = false
5656
debug = false
5757
debug-assertions = false
5858

59-
[patch.'https://github.com/rust-lang/cargo']
59+
[patch."https://github.com/rust-lang/cargo"]
6060
cargo = { path = "tools/cargo" }

0 commit comments

Comments
 (0)