Skip to content

Commit 32144bb

Browse files
authored
fix(core): update pty version to add windows specific flags (nrwl#22711)
1 parent 50d89c7 commit 32144bb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/nx/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = '0.1.0'
44
edition = '2021'
55

66
[dependencies]
7-
portable-pty = { git = "https://github.com/cammisuli/wezterm" }
7+
portable-pty = { git = "https://github.com/cammisuli/wezterm", rev = "b538ee29e1e89eeb4832fb35ae095564dce34c29" }
88
anyhow = "1.0.71"
99
colored = "2"
1010
crossbeam-channel = '0.5'

0 commit comments

Comments
 (0)