small software-rendered rust tty
update chumsky
bendn 8 weeks ago
parent 350592b · commit 37d2a8b
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5eb16bf..79fe364 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,7 +8,7 @@ anstream = "0.6.18"
anyhow = "1.0.98"
array_chunks = "1.0.0"
atools = "0.1.6"
-chumsky = { git = "https://github.com/zesterer/chumsky", version = "0.12.0", features = [
+chumsky = { git = "https://github.com/zesterer/chumsky", version = "0.13.0", features = [
"nightly",
] }
color-hex = "0.2.0"