From f29978a1208d2ed780561f9f7d0a733d3f58f876 Mon Sep 17 00:00:00 2001 From: Lars Bergstrom Date: Wed, 3 Feb 2016 08:53:35 -0600 Subject: [PATCH 1/2] Update cargo version --- cargo-nightly-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cargo-nightly-build b/cargo-nightly-build index cd3d0a1ea7d..ca2e22d7d38 100644 --- a/cargo-nightly-build +++ b/cargo-nightly-build @@ -1 +1 @@ -2015-10-01 +2016-02-03 From 2ded261bf2a546550d59f51ef7a039b27c77adf0 Mon Sep 17 00:00:00 2001 From: Lars Bergstrom Date: Wed, 3 Feb 2016 08:53:44 -0600 Subject: [PATCH 2/2] Fontconfig-sys version bump to work around SemVer sorting issues --- components/servo/Cargo.lock | 4 ++-- ports/cef/Cargo.lock | 4 ++-- ports/gonk/Cargo.lock | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/components/servo/Cargo.lock b/components/servo/Cargo.lock index 556bc7d7530..aba9d867e9e 100644 --- a/components/servo/Cargo.lock +++ b/components/servo/Cargo.lock @@ -1640,12 +1640,12 @@ version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", - "servo-fontconfig-sys 2.11.2-really.1 (registry+https://github.com/rust-lang/crates.io-index)", + "servo-fontconfig-sys 2.11.3 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "servo-fontconfig-sys" -version = "2.11.2-really.1" +version = "2.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "expat-sys 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/ports/cef/Cargo.lock b/ports/cef/Cargo.lock index 992e42a942e..4108e46bdc0 100644 --- a/ports/cef/Cargo.lock +++ b/ports/cef/Cargo.lock @@ -1590,12 +1590,12 @@ version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", - "servo-fontconfig-sys 2.11.2-really.1 (registry+https://github.com/rust-lang/crates.io-index)", + "servo-fontconfig-sys 2.11.3 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "servo-fontconfig-sys" -version = "2.11.2-really.1" +version = "2.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "expat-sys 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/ports/gonk/Cargo.lock b/ports/gonk/Cargo.lock index 90904b61527..26880d6929e 100644 --- a/ports/gonk/Cargo.lock +++ b/ports/gonk/Cargo.lock @@ -1559,12 +1559,12 @@ version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", - "servo-fontconfig-sys 2.11.2-really.1 (registry+https://github.com/rust-lang/crates.io-index)", + "servo-fontconfig-sys 2.11.3 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "servo-fontconfig-sys" -version = "2.11.2-really.1" +version = "2.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "expat-sys 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)",