summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2022-02-25 20:28:25 -0500
committerJesse Luehrs <doy@tozt.net>2022-02-25 20:28:25 -0500
commit31d2bd9dfc8da6cec159f38c28f3220c8b538d34 (patch)
tree7df838bc9bbf2fc1b5921b36fa098fcf92afac3c /Cargo.toml
parenta2462bbaea13f7a3f3eb65e7430b30618bc203b8 (diff)
downloadnbsh-31d2bd9dfc8da6cec159f38c28f3220c8b538d34.tar.gz
nbsh-31d2bd9dfc8da6cec159f38c28f3220c8b538d34.zip
bump pty-process
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 0 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f27b4ba..628b600 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -37,5 +37,3 @@ vt100 = "0.15.1"
nix = { git = "https://github.com/nix-rust/nix" }
pty-process = { git = "https://github.com/doy/pty-process" }
textmode = { git = "https://github.com/doy/textmode" }
-
-[features]