summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorWei Zhang <kweizh@gmail.com>2024-03-26 00:05:04 +0800
committerWei Zhang <kweizh@gmail.com>2024-03-26 00:28:42 +0800
commit94249be76823ad12c41653fb4b85930767145186 (patch)
tree94f5f2d874573187269ca7dc174211e27d9087c0 /Cargo.lock
parent16181df25b3df555833b2f5f7e804b49b86515c1 (diff)
:arrow_down: rollback the term grid to 0.1
we should consider find another alternative Signed-off-by: Wei Zhang <kweizh@gmail.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 68b9371..059f83e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1167,9 +1167,9 @@ dependencies = [
[[package]]
name = "term_grid"
-version = "0.2.0"
+version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a7c9eb7705cb3f0fd71d3955b23db6d372142ac139e8c473952c93bf3c3dc4b7"
+checksum = "230d3e804faaed5a39b08319efb797783df2fd9671b39b7596490cb486d702cf"
dependencies = [
"unicode-width",
]