Skip to content

Commit df17063

Browse files
committed
chore: bump shpool_pty to 0.3.2
This version includes macOS support via ptsname (vs ptsname_r). See: shell-pool/shpool_pty#4
1 parent 4630d7b commit df17063

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libshpool/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ serde_json = "1" # JSON output for list command
2828
toml = "0.8" # config parsing
2929
byteorder = "1" # endianness
3030
signal-hook = "0.3" # signal handling
31-
shpool_pty = "0.3.1" # spawning shells in ptys
31+
shpool_pty = "0.3.2" # spawning shells in ptys
3232
lazy_static = "1" # globals
3333
crossbeam-channel = "0.5" # channels
3434
libc = "0.2" # basic libc types

0 commit comments

Comments
 (0)