Update heartbeats-simple to 0.3.0

This commit is contained in:
Connor Imes 2016-06-18 10:13:01 -05:00
parent ca26e95e44
commit 101aa0d030
5 changed files with 44 additions and 78 deletions

View file

@ -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;