Skip to content

Commit

Permalink
Merge pull request #11 from golemfactory/bugfix/cpuload-windows
Browse files Browse the repository at this point in the history
remove unused import
  • Loading branch information
prekucki committed Jul 15, 2019
2 parents d4161ac + 90a84d9 commit 51ad93d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hyperg"
version = "0.3.3-alpha.0"
version = "0.3.4-alpha.0"
authors = ["Golemfactory <contact@golem.network>"]
edition = "2018"
publish=false
Expand Down
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ use std::str::FromStr;
use std::sync::Arc;
use std::time::{Duration, SystemTime};
use structopt::StructOpt;
use tokio_reactor::Handle;
use tokio_tcp::TcpListener;

mod codec;
Expand Down

0 comments on commit 51ad93d

Please sign in to comment.