mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Merge pull request #3437 from SimonSapin/https-deps
Use HTTPS for Cargo dependencies
This commit is contained in:
commit
c228b81ca8
4 changed files with 13 additions and 13 deletions
|
@ -51,12 +51,12 @@ git = "https://github.com/servo/rust-fontconfig"
|
|||
git = "https://github.com/servo/rust-freetype"
|
||||
|
||||
[dependencies.core_foundation]
|
||||
git = "http://github.com/servo/rust-core-foundation"
|
||||
git = "https://github.com/servo/rust-core-foundation"
|
||||
|
||||
[dependencies.core_graphics]
|
||||
git = "http://github.com/servo/rust-core-graphics"
|
||||
git = "https://github.com/servo/rust-core-graphics"
|
||||
|
||||
[dependencies.core_text]
|
||||
git = "http://github.com/servo/rust-core-text"
|
||||
git = "https://github.com/servo/rust-core-text"
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue