Merge pull request #3437 from SimonSapin/https-deps

Use HTTPS for Cargo dependencies
This commit is contained in:
Simon Sapin 2014-09-21 11:00:34 +01:00
commit c228b81ca8
4 changed files with 13 additions and 13 deletions

View file

@ -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"

View file

@ -12,19 +12,19 @@ path = "lib.rs"
path = "../util"
[dependencies.azure]
git = "http://github.com/servo/rust-azure"
git = "https://github.com/servo/rust-azure"
[dependencies.geom]
git = "http://github.com/servo/rust-geom"
git = "https://github.com/servo/rust-geom"
[dependencies.layers]
git = "http://github.com/servo/rust-layers"
git = "https://github.com/servo/rust-layers"
[dependencies.core_foundation]
git = "http://github.com/servo/rust-core-foundation"
git = "https://github.com/servo/rust-core-foundation"
[dependencies.io_surface]
git = "http://github.com/servo/rust-io-surface"
git = "https://github.com/servo/rust-io-surface"
[dependencies.url]
git = "http://github.com/servo/rust-url"
git = "https://github.com/servo/rust-url"