summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 1 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 685e62f..785a17f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -828,7 +828,7 @@ dependencies = [
[[package]]
name = "pty-process"
version = "0.2.0"
-source = "git+https://github.com/doy/pty-process#aca49b2f55df04142d4b2fcfcb361361e76d0820"
+source = "git+https://github.com/doy/pty-process#f0710ededc80610fdaff3209f8b94fa0d7bb78ce"
dependencies = [
"libc",
"nix",
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]