We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c97691 commit 12cbdf1Copy full SHA for 12cbdf1
1 file changed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "embedded-text"
3
-version = "0.4.0"
+version = "0.4.1"
4
license = "MIT"
5
description = "TextBox for embedded-graphics"
6
repository = "https://github.com/embedded-graphics/embedded-text"
@@ -28,7 +28,7 @@ harness = false
28
29
[dependencies]
30
embedded-graphics = "0.6.2"
31
-ansi-parser = { version = "0.7.0", default-features = false, optional = true }
+ansi-parser = { version = "0.8.0", default-features = false, optional = true }
32
as-slice = { version = "0.1.4", optional = true }
33
34
[dev-dependencies]
0 commit comments