1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-20 11:17:15 +03:00

pty: bump version ready for publishing

refs: https://github.com/wez/wezterm/pull/258
refs: https://github.com/TimeToogo/tunshell/issues/8
This commit is contained in:
Wez Furlong 2020-09-08 21:26:02 -07:00
parent 38d18ac6db
commit fb890cbaf0
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -2346,7 +2346,7 @@ dependencies = [
[[package]]
name = "portable-pty"
version = "0.3.0"
version = "0.3.1"
dependencies = [
"anyhow",
"bitflags 1.2.1",

View File

@ -1,6 +1,6 @@
[package]
name = "portable-pty"
version = "0.3.0"
version = "0.3.1"
authors = ["Wez Furlong"]
edition = "2018"
repository = "https://github.com/wez/wezterm"