mirror of
https://github.com/servo/servo.git
synced 2025-08-26 15:48:22 +01:00
crown: Add a cargo config.toml file (#31090)
This makes it more foolproof to install crown from inside the Servo directory, because the root Servo config.toml overrides the rustc to use crown (an obvious circular dependency).
This commit is contained in:
parent
97284ead14
commit
3c1ab65458
3 changed files with 3 additions and 10 deletions
2
support/crown/.cargo/config.toml
Normal file
2
support/crown/.cargo/config.toml
Normal file
|
@ -0,0 +1,2 @@
|
|||
[build]
|
||||
rustc = "rustc"
|
Loading…
Add table
Add a link
Reference in a new issue