aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorConnor Imes <connor.k.imes@gmail.com>2015-08-24 15:38:45 -0500
committerConnor Imes <connor.k.imes@gmail.com>2015-08-24 15:38:45 -0500
commitbb96710cbfea8e972aebf78cb1798c905e903d65 (patch)
tree4c68e6071762e668bf218cc452211f682c01e334
parent9bb97319a241af27991705e3385fef6a8093735d (diff)
downloadservo-bb96710cbfea8e972aebf78cb1798c905e903d65.tar.gz
servo-bb96710cbfea8e972aebf78cb1798c905e903d65.zip
Fix heartbeats build with new -sys version. Fixes #7328
-rw-r--r--components/servo/Cargo.lock4
-rw-r--r--ports/cef/Cargo.lock4
-rw-r--r--ports/gonk/Cargo.lock4
3 files changed, 6 insertions, 6 deletions
diff --git a/components/servo/Cargo.lock b/components/servo/Cargo.lock
index ade72cabc49..350f69e5308 100644
--- a/components/servo/Cargo.lock
+++ b/components/servo/Cargo.lock
@@ -681,7 +681,7 @@ dependencies = [
[[package]]
name = "hbs-common-sys"
version = "0.1.0"
-source = "git+https://github.com/libheartbeats/heartbeats-simple-sys.git#4476aa6ad4e2dfded87251d6069d9e747a54d9d8"
+source = "git+https://github.com/libheartbeats/heartbeats-simple-sys.git#2b415b92cd955e63c4b939b91a3e7dbf5902c8af"
dependencies = [
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
@@ -698,7 +698,7 @@ dependencies = [
[[package]]
name = "hbs-pow-sys"
version = "0.1.0"
-source = "git+https://github.com/libheartbeats/heartbeats-simple-sys.git#4476aa6ad4e2dfded87251d6069d9e747a54d9d8"
+source = "git+https://github.com/libheartbeats/heartbeats-simple-sys.git#2b415b92cd955e63c4b939b91a3e7dbf5902c8af"
dependencies = [
"hbs-common-sys 0.1.0 (git+https://github.com/libheartbeats/heartbeats-simple-sys.git)",
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/ports/cef/Cargo.lock b/ports/cef/Cargo.lock
index 6230cf429cf..22ddfb3916b 100644
--- a/ports/cef/Cargo.lock
+++ b/ports/cef/Cargo.lock
@@ -673,7 +673,7 @@ dependencies = [
[[package]]
name = "hbs-common-sys"
version = "0.1.0"
-source = "git+https://github.com/libheartbeats/heartbeats-simple-sys.git#4476aa6ad4e2dfded87251d6069d9e747a54d9d8"
+source = "git+https://github.com/libheartbeats/heartbeats-simple-sys.git#2b415b92cd955e63c4b939b91a3e7dbf5902c8af"
dependencies = [
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
@@ -690,7 +690,7 @@ dependencies = [
[[package]]
name = "hbs-pow-sys"
version = "0.1.0"
-source = "git+https://github.com/libheartbeats/heartbeats-simple-sys.git#4476aa6ad4e2dfded87251d6069d9e747a54d9d8"
+source = "git+https://github.com/libheartbeats/heartbeats-simple-sys.git#2b415b92cd955e63c4b939b91a3e7dbf5902c8af"
dependencies = [
"hbs-common-sys 0.1.0 (git+https://github.com/libheartbeats/heartbeats-simple-sys.git)",
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/ports/gonk/Cargo.lock b/ports/gonk/Cargo.lock
index 6fca8fd4524..edb0ec3b74d 100644
--- a/ports/gonk/Cargo.lock
+++ b/ports/gonk/Cargo.lock
@@ -557,7 +557,7 @@ dependencies = [
[[package]]
name = "hbs-common-sys"
version = "0.1.0"
-source = "git+https://github.com/libheartbeats/heartbeats-simple-sys.git#4476aa6ad4e2dfded87251d6069d9e747a54d9d8"
+source = "git+https://github.com/libheartbeats/heartbeats-simple-sys.git#2b415b92cd955e63c4b939b91a3e7dbf5902c8af"
dependencies = [
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
@@ -574,7 +574,7 @@ dependencies = [
[[package]]
name = "hbs-pow-sys"
version = "0.1.0"
-source = "git+https://github.com/libheartbeats/heartbeats-simple-sys.git#4476aa6ad4e2dfded87251d6069d9e747a54d9d8"
+source = "git+https://github.com/libheartbeats/heartbeats-simple-sys.git#2b415b92cd955e63c4b939b91a3e7dbf5902c8af"
dependencies = [
"hbs-common-sys 0.1.0 (git+https://github.com/libheartbeats/heartbeats-simple-sys.git)",
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",