From 91f09d65bfbe841ae3f538d21e9afc4f5101afbc Mon Sep 17 00:00:00 2001 From: Viviane <86701002+viv-eth@users.noreply.github.com> Date: Wed, 10 Jan 2024 22:16:53 +0100 Subject: [PATCH] build: downgrade termion due to breaking changes (#14) Co-authored-by: Viviane Potocnik --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0060424..d406357 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ rev_slice = "0.1.5" serde = { version = "1.0.123", features = ["derive"] } serde_json = "1.0.63" serde_yaml = "0.8" -termion = "*" +termion = "2.0.3" thiserror = "1.0.21" to-binary = "0.4.0"