summaryrefslogtreecommitdiff
path: root/winpty/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'winpty/Cargo.toml')
-rw-r--r--winpty/Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/winpty/Cargo.toml b/winpty/Cargo.toml
index 7ce53cd4..fd917983 100644
--- a/winpty/Cargo.toml
+++ b/winpty/Cargo.toml
@@ -6,8 +6,7 @@ license = "MIT"
description = "Safe rust bindings for winpty"
[target.'cfg(windows)'.dependencies]
-# TODO: Replace with official repo
-winpty-sys = { git = "https://github.com/zacps/winpty", branch = "rust" }
+winpty-sys = "0.4.3"
bitflags = "1.0"
widestring = "0.2.2"