Skip to content

Commit

Permalink
version bump for linux fix
Browse files Browse the repository at this point in the history
  • Loading branch information
narendasan committed Mar 31, 2018
1 parent 8b2e37a commit 8ed65ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rtop"
version = "0.0.1"
version = "0.0.2"
authors = ["Naren Dasan <naren@narendasan.com>"]
description = "A system monitor implemented in Rust"
homepage = "https://github.com/narendasan/rtop"
Expand All @@ -12,8 +12,8 @@ license = "NCSA"

[dependencies]
termion = "1.5.1"
log = "0.3.8"
stderrlog = "0.2"
log = "0.4.1"
stderrlog = "0.3.0"
rand = "0.4.1"
tui = "0.2.0"
sysinfo = "0.5.1"
Expand Down

0 comments on commit 8ed65ed

Please sign in to comment.