Skip to content

Commit

Permalink
Update heartbeats-simple to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
connorimes committed Jun 20, 2016
1 parent ca26e95 commit 101aa0d
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 64 deletions.
2 changes: 1 addition & 1 deletion components/profile/Cargo.toml
Expand Up @@ -13,7 +13,7 @@ profile_traits = {path = "../profile_traits"}
plugins = {path = "../plugins"}
util = {path = "../util"}
ipc-channel = {git = "https://github.com/servo/ipc-channel"}
hbs-pow = "0.2"
heartbeats-simple = "0.3"
log = "0.3.5"
serde = "0.7"
serde_json = "0.7"
Expand Down
4 changes: 2 additions & 2 deletions components/profile/heartbeats.rs
Expand Up @@ -3,8 +3,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */


use hbs_pow::HeartbeatPow as Heartbeat;
use hbs_pow::HeartbeatPowContext as HeartbeatContext;
use heartbeats_simple::HeartbeatPow as Heartbeat;
use heartbeats_simple::HeartbeatPowContext as HeartbeatContext;
use profile_traits::time::ProfilerCategory;
use std::collections::HashMap;
use std::env::var_os;
Expand Down
2 changes: 1 addition & 1 deletion components/profile/lib.rs
Expand Up @@ -15,7 +15,7 @@
#[allow(unused_extern_crates)]
#[cfg(not(target_os = "windows"))]
extern crate alloc_jemalloc;
extern crate hbs_pow;
extern crate heartbeats_simple;
extern crate ipc_channel;
#[cfg(not(target_os = "windows"))]
extern crate libc;
Expand Down
43 changes: 13 additions & 30 deletions components/servo/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

43 changes: 13 additions & 30 deletions ports/cef/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 101aa0d

Please sign in to comment.