Use tokio-pty-process 0.4.0

See-also: #31
This commit is contained in:
Fabian Freyer
2019-06-05 15:22:30 +02:00
parent 0371a4dcb3
commit 3fd352cedd
3 changed files with 208 additions and 187 deletions
Generated
+206 -182
View File
File diff suppressed because it is too large Load Diff
+1 -4
View File
@@ -18,10 +18,7 @@ serde_json = "1.0.39"
tokio = "0.1.21" tokio = "0.1.21"
tokio-codec= "0.1.1" tokio-codec= "0.1.1"
tokio-io= "0.1.12" tokio-io= "0.1.12"
tokio-pty-process = "*" tokio-pty-process = "0.4"
[patch.crates-io]
tokio-pty-process = {path = "vendor/stund/tokio-pty-process"}
[lib] [lib]
name = "webterm" name = "webterm"
+1 -1