Skip to content

Commit

Permalink
Remove println! and bump version
Browse files Browse the repository at this point in the history
Added anyhow dev dependency
  • Loading branch information
uttarayan21 committed May 27, 2021
1 parent 88da943 commit 7f0ad21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ansi-to-tui"
version = "0.2.0"
version = "0.2.1"
authors = ["Uttarayan Mondal <uttarayan21@gmail.com>"]
edition = "2018"
description = "A library to convert ansi color coded text into tui::text::Text type from tui-rs library"
Expand All @@ -19,7 +19,7 @@ simdutf8 = { version = "0.1.1", optional = true }
tui = { version = "0.14.0", default-features = false }

[dev-dependencies]
anyhow = "*"
anyhow = "1.0.40"

[features]
simd = ["simdutf8"]
1 change: 0 additions & 1 deletion src/stack.rs
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ impl AnsiGraphicsStack {
}
}
_ => {
println!("locked");
color_stack.lock();
} // first number is not 2 or 5 lock
}
Expand Down

0 comments on commit 7f0ad21

Please sign in to comment.