Skip to content

Commit d9bd06d

Browse files
committed
Release v1.0.4
1 parent 8ee008a commit d9bd06d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "winpty-rs"
3-
version = "1.0.4-dev"
3+
version = "1.0.4"
44
edition = "2021"
55
links = "winpty"
66
license = "MIT OR Apache-2.0"

README.md

Lines changed: 1 addition & 1 deletion
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.4"
28+
winpty-rs = "1.0"
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)