Skip to content

Commit

Permalink
chore: bump term
Browse files Browse the repository at this point in the history
  • Loading branch information
lnicola committed Nov 8, 2019
1 parent 8f86ab2 commit 73c8d76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "ascii-canvas"
version = "2.0.0"
version = "2.1.0"
authors = ["Niko Matsakis <niko@alum.mit.edu>"]
description = "simple canvas for drawing lines and styled text and emitting to the terminal"
repository = "https://github.com/nikomatsakis/ascii-canvas"
license = "Apache-2.0/MIT"

[dependencies]
term = "0.5"
term = "0.6"

0 comments on commit 73c8d76

Please sign in to comment.