diff options
author | Connor Imes <connor.k.imes@gmail.com> | 2016-06-18 10:13:01 -0500 |
---|---|---|
committer | Connor Imes <connor.k.imes@gmail.com> | 2016-06-20 11:25:01 -0500 |
commit | 101aa0d030a49a194eb49a8097efc94a0a8f3b74 (patch) | |
tree | 09cd3aeda792f03f96fb07367e67f220b4abcd25 /components/profile/heartbeats.rs | |
parent | ca26e95e440371c5a378f65b2d4e980a2f2b807f (diff) | |
download | servo-101aa0d030a49a194eb49a8097efc94a0a8f3b74.tar.gz servo-101aa0d030a49a194eb49a8097efc94a0a8f3b74.zip |
Update heartbeats-simple to 0.3.0
Diffstat (limited to 'components/profile/heartbeats.rs')
-rw-r--r-- | components/profile/heartbeats.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/profile/heartbeats.rs b/components/profile/heartbeats.rs index 90a6ffb13bf..5769939843b 100644 --- a/components/profile/heartbeats.rs +++ b/components/profile/heartbeats.rs @@ -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; |