mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Fix heartbeats build with new -sys version. Fixes #7328
This commit is contained in:
parent
9bb97319a2
commit
bb96710cbf
3 changed files with 6 additions and 6 deletions
4
components/servo/Cargo.lock
generated
4
components/servo/Cargo.lock
generated
|
@ -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)",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue