Skip to content

Commit

Permalink
Update ansi-parser dependency, bump version to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bugadani committed Apr 25, 2021
1 parent 6c97691 commit 12cbdf1
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,6 +1,6 @@
[package]
name = "embedded-text"
version = "0.4.0"
version = "0.4.1"
license = "MIT"
description = "TextBox for embedded-graphics"
repository = "https://github.com/embedded-graphics/embedded-text"
Expand Down Expand Up @@ -28,7 +28,7 @@ harness = false

[dependencies]
embedded-graphics = "0.6.2"
ansi-parser = { version = "0.7.0", default-features = false, optional = true }
ansi-parser = { version = "0.8.0", default-features = false, optional = true }
as-slice = { version = "0.1.4", optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 12cbdf1

Please sign in to comment.