Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Aug 19, 2024
1 parent 77c1804 commit c151aee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions teetty/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ license = "Apache-2.0"
authors = ["Armin Ronacher <armin.ronacher@active-4.com>"]
description = " A bit like tee, a bit like script, but all with a fake tty. Lets you remote control and watch a process."
repository = "https://github.com/mitsuhiko/teetty"
version = "0.3.1"
version = "0.4.0"
rust-version = "1.63.0"
edition = "2021"
keywords = ["pty", "script", "tty", "tee"]
Expand All @@ -15,7 +15,7 @@ exclude = [

[dependencies]
anyhow = "1.0.68"
tty-spawn = { version = "=0.3.1", path = "../tty-spawn" }
tty-spawn = { version = "=0.4.0", path = "../tty-spawn" }
clap = { version = "4.5.0", default-features = false, features = ["std", "help", "wrap_help", "error-context"] }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion tty-spawn/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ license = "Apache-2.0"
authors = ["Armin Ronacher <armin.ronacher@active-4.com>"]
description = "The internal tty spawning functionality of the teetty utility"
repository = "https://github.com/mitsuhiko/teetty"
version = "0.3.1"
version = "0.4.0"
edition = "2021"
rust-version = "1.63.0"
keywords = ["pty", "script", "tty", "tee"]
Expand Down

0 comments on commit c151aee

Please sign in to comment.