Skip to content

Commit

Permalink
Remove unused sys-info dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tzdybal committed Jan 1, 2019
1 parent 03182b1 commit cb61c27
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 14 deletions.
11 changes: 0 additions & 11 deletions Cargo.lock

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

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ crossbeam-channel = "0.2.4"
futures = "0.1.22"
rayon = "1.0"
num_cpus = "0.2"
sys-info = "0.5.6"
stopwatch = "0.0.7"
cfg-if = "0.1"
filetime = "0.2"
Expand All @@ -55,4 +54,4 @@ winapi = { version = "0.3", features = ["fileapi"] }

[build-dependencies]
cc = "1.0"
cfg-if = "0.1"
cfg-if = "0.1"
1 change: 0 additions & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
extern crate serde_yaml;
extern crate sys_info;

use std::collections::HashMap;
use std::fs;
Expand Down

0 comments on commit cb61c27

Please sign in to comment.