Skip to content

Commit 64efb1a

Browse files
committed
Release v0.4.0
1 parent 7756bc6 commit 64efb1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "winpty-rs"
3-
version = "0.3.17-dev"
3+
version = "0.4.0"
44
edition = "2021"
55
links = "winpty"
66
license = "MIT OR Apache-2.0"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ In order to use Rust in your library/program, you need to add `winpty-rs` to you
2525

2626
```toml
2727
[dependencies]
28-
winpty-rs = "0.3"
28+
winpty-rs = "0.4"
2929
```
3030

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

0 commit comments

Comments
 (0)