aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2023-03-26 00:33:26 -0400
committerJesse Luehrs <doy@tozt.net>2023-03-26 00:33:26 -0400
commit222bc5c66f7a4b80c04e805b72c70d0385784b25 (patch)
tree5e47e1bdbf690b6aa6c26789f2a925c9950d0702 /Cargo.toml
parent266ad01efeca37461786b440f4e00cb35634c0ef (diff)
downloadfancy-prompt-222bc5c66f7a4b80c04e805b72c70d0385784b25.tar.gz
fancy-prompt-222bc5c66f7a4b80c04e805b72c70d0385784b25.zip
switch from term_size to terminal_size
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index bc0ab09..c258ed3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,7 +21,7 @@ git2 = "0.16"
hostname = "0.3"
regex = "1.7"
term = "0.7"
-term_size = "0.3"
+terminal_size = "0.2.5"
users = "0.11"
walkdir = "2.3"