summaryrefslogtreecommitdiffstats
path: root/winpty
diff options
context:
space:
mode:
authorZac Pullar-Strecker <zacmps@gmail.com>2018-11-24 09:36:43 +1300
committerZac Pullar-Strecker <zacps@users.noreply.github.com>2018-11-24 12:02:10 +1300
commit6f4ad9bb4f82bfdc4d8aac883a65ddd8c6acd45d (patch)
treefb5ad5560d85b5b247bda367bc3836638749dc4d /winpty
parent2ede659134936fe294f454a6b2247e1918af6f51 (diff)
Move winpty-sys dep to crates.io
Diffstat (limited to 'winpty')
-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"