Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Nukesor committed Jan 30, 2020
1 parent 0e22b66 commit e5eb58e
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 27 deletions.
40 changes: 20 additions & 20 deletions Cargo.lock

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

7 changes: 3 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "pueue"
description = "A cli tool for managing long running shell commands."
version = "0.1.3"
version = "0.1.4"
authors = ["Arne Beer <contact@arne.beer>"]
homepage = "https://github.com/nukesor/pueue"
repository = "https://github.com/nukesor/pueue"
Expand All @@ -12,7 +12,6 @@ readme = "README.md"
edition = "2018"

[badges]
travis-ci = { repository = "nukesor/pueue", branch = "master" }
maintenance = { status = "actively-developed" }

[[bin]]
Expand Down Expand Up @@ -53,6 +52,6 @@ log = "0.4"
config = "^0.10"
simplelog = "0.7"
structopt = "0.3"
crossterm = "^0.14"
comfy-table= "0.0.5"
crossterm = "^0.15"
comfy-table= "0.0.6"
tempfile = "^3"
6 changes: 3 additions & 3 deletions client/output.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use ::comfy_table::prelude::*;
use ::comfy_table::style::presets::UTF8_HORIZONTAL_BORDERS_ONLY;
use ::crossterm::style::{style, Attribute, Color};
use ::comfy_table::*;
use ::comfy_table::presets::UTF8_HORIZONTAL_BORDERS_ONLY;
use ::crossterm::style::style;
use ::std::string::ToString;

use ::pueue::message::*;
Expand Down

0 comments on commit e5eb58e

Please sign in to comment.