Skip to content

Commit

Permalink
Release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andfoy committed Oct 17, 2024
1 parent 7756bc6 commit 64efb1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "winpty-rs"
version = "0.3.17-dev"
version = "0.4.0"
edition = "2021"
links = "winpty"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ In order to use Rust in your library/program, you need to add `winpty-rs` to you

```toml
[dependencies]
winpty-rs = "0.3"
winpty-rs = "0.4"
```

In order to enable winpty compatibility, you will need the winpty redistributable binaries available in your PATH and LIB.
Expand Down

0 comments on commit 64efb1a

Please sign in to comment.